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.
1 parent fa57b7d commit a00395bCopy full SHA for a00395b
README.md
@@ -56,7 +56,7 @@ var plotlyCore = require('plotly.js/lib/core');
56
57
// Load in the trace types for pie, and choropleth
58
plotlyCore.register([
59
- require('plotly.js/lib/pie');
+ require('plotly.js/lib/pie'),
60
require('plotly.js/lib/choropleth');
61
]);
62
0 commit comments