Thanks to visit codestin.com Credit goes to github.com
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 f476e05 commit 1c41c2eCopy full SHA for 1c41c2e
src/plots/plots.js
@@ -540,9 +540,6 @@ function hasPlotType(category) {
540
var _module = modules[i];
541
542
if(_module.basePlotModule.name === category) return true;
543
-
544
- var layoutCategories = _module.layoutCategories || [];
545
- if(layoutCategories.indexOf(category) !== -1) return true;
546
}
547
548
return false;
src/traces/pie/index.js
@@ -23,7 +23,6 @@ Pie.moduleType = 'trace';
23
Pie.name = 'pie';
24
Pie.basePlotModule = require('./base_plot');
25
Pie.categories = ['pie', 'showLegend'];
26
-Pie.layoutCategories = ['pie'];
27
Pie.meta = {
28
description: [
29
'A data visualized by the sectors of the pie is set in `values`.',
0 commit comments