chart.js-node-ssr-example
chart.js-node-ssr-example copied to clipboard
support for chart js event
Hi, is there any ways to add the chart JS interaction like the tool tip and clicking event back ?
Thanks,
Adrian
Hi, @bakkiung ! Thanks to posting the issue.
It is NOT possible to handle the user events (e.g.: mouse hover, click, ...) that trigger Chart.js drawing the tooltips, bold storokes, etc.
RedAgate SVG Canvas library emulate the HTML5 Canvas API (CanvasRenderingContext2D), but it does NOT emulate the HTMLCanvasElement.