Skip to content

Commit 65b2afa

Browse files
committed
index.js: bugfix for dataset highlighting behavior with dynamic charts
1 parent 6328cc4 commit 65b2afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jschart/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5241,6 +5241,7 @@ function reset_chart(chart) {
52415241

52425242
chart.state.visible_datasets = 0;
52435243
chart.state.legend_columns = 5;
5244+
chart.state.chart_selection = -1;
52445245

52455246
chart.dataset_count = 0;
52465247

0 commit comments

Comments
 (0)