Skip to content

Commit b1ef6c9

Browse files
author
Jon M. Mease
committed
markerColorscale no longer used
1 parent 948bf0a commit b1ef6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/parcats/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Parcats.colorbar = {
2323
Parcats.moduleType = 'trace';
2424
Parcats.name = 'parcats';
2525
Parcats.basePlotModule = require('./base_plot');
26-
Parcats.categories = ['noOpacity', 'markerColorscale'];
26+
Parcats.categories = ['noOpacity'];
2727
Parcats.meta = {
2828
description: [
2929
'Parallel categories diagram for multidimensional categorical data.'

0 commit comments

Comments
 (0)