chart.js-node-ssr-example icon indicating copy to clipboard operation
chart.js-node-ssr-example copied to clipboard

support for chart js event

Open testcs12345 opened this issue 6 years ago • 1 comments

Hi, is there any ways to add the chart JS interaction like the tool tip and clicking event back ?

Thanks,

Adrian

testcs12345 avatar Mar 03 '20 04:03 testcs12345

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.

shellyln avatar Mar 04 '20 03:03 shellyln