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 a6d1ccf commit 846f961Copy full SHA for 846f961
1 file changed
src/wwwroot/Chart.js
@@ -83,7 +83,6 @@ window.setup = (id, dotnetConfig, jsonConfig) => {
83
84
var chart = new Chart(context2d, config);
85
if (crosshair_plugin) {
86
- console.log(crosshair_plugin);
87
chart.canvas.addEventListener("mousemove", (evt) => {
88
crosshairLine(chart, evt,crosshair_plugin);
89
});
0 commit comments