Skip to content

Commit 8ec399f

Browse files
committed
change the colorscale value reset to null instead of [], when variable (for python api)
1 parent f270a35 commit 8ec399f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/fields/MarkerColor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class UnconnectedMarkerColor extends Component {
5858
this.context.updateContainer({
5959
['marker.color']: null,
6060
['marker.colorsrc']: null,
61-
['marker.colorscale']: [],
61+
['marker.colorscale']: null,
6262
});
6363
}
6464
}

0 commit comments

Comments
 (0)