Skip to content

Commit 80b03e6

Browse files
committed
Changed color trace import
1 parent 7bb7421 commit 80b03e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/widgets/main_plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ $(function() {
704704
};
705705

706706
if ("color_trace" in data) {
707-
this.color_trace = data.color_trace;
707+
this.toggle_color_trace(data.color_trace);
708708
d3.select("#color-trace-checkbox").property("checked", data.color_trace)
709709
}
710710
},

0 commit comments

Comments
 (0)