We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b2afa commit 0cacbb1Copy full SHA for 0cacbb1
jschart/index.js
@@ -5203,7 +5203,7 @@ function reset_chart(chart) {
5203
return;
5204
}
5205
5206
- console.warn("resetting chart '" + chart.chart_title + "'.");
+ console.log("Resetting chart '" + chart.chart_title + "'.");
5207
5208
if (chart.chart.cursor_points) {
5209
chart.chart.cursor_points.remove();
@@ -5266,7 +5266,7 @@ function reload_chart(chart) {
5266
reset_chart(chart);
5267
5268
5269
- console.warn("reloading chart '" + chart.chart_title + "'.");
+ console.log("Reloading chart '" + chart.chart_title + "'.");
5270
5271
load_datasets(chart);
5272
0 commit comments