Skip to content

Commit 0cacbb1

Browse files
committed
index.js: update console messages for chart reload/reset
1 parent 65b2afa commit 0cacbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jschart/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5203,7 +5203,7 @@ function reset_chart(chart) {
52035203
return;
52045204
}
52055205

5206-
console.warn("resetting chart '" + chart.chart_title + "'.");
5206+
console.log("Resetting chart '" + chart.chart_title + "'.");
52075207

52085208
if (chart.chart.cursor_points) {
52095209
chart.chart.cursor_points.remove();
@@ -5266,7 +5266,7 @@ function reload_chart(chart) {
52665266
reset_chart(chart);
52675267
}
52685268

5269-
console.warn("reloading chart '" + chart.chart_title + "'.");
5269+
console.log("Reloading chart '" + chart.chart_title + "'.");
52705270

52715271
load_datasets(chart);
52725272

0 commit comments

Comments
 (0)