Skip to content

Commit 4971837

Browse files
committed
adjust pie trace
1 parent 8ec399f commit 4971837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/customTraceType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function traceTypeToPlotlyInitFigure(traceType, gl = '') {
8686
case 'pie':
8787
return {
8888
marker: {
89-
colors: [],
89+
colors: null,
9090
},
9191
type: 'pie',
9292
};

0 commit comments

Comments
 (0)