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 8ec399f commit 4971837Copy full SHA for 4971837
src/lib/customTraceType.js
@@ -86,7 +86,7 @@ export function traceTypeToPlotlyInitFigure(traceType, gl = '') {
86
case 'pie':
87
return {
88
marker: {
89
- colors: [],
+ colors: null,
90
},
91
type: 'pie',
92
};
0 commit comments