We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49ea59f + 5ad4049 commit 47353caCopy full SHA for 47353ca
README.md
@@ -57,7 +57,7 @@ var plotlyCore = require('plotly.js/lib/core');
57
// Load in the trace types for pie, and choropleth
58
plotlyCore.register([
59
require('plotly.js/lib/pie'),
60
- require('plotly.js/lib/choropleth');
+ require('plotly.js/lib/choropleth')
61
]);
62
63
module.exports = customPlotly;
0 commit comments