react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Hover Callback for Area Charts

Open ccssmnn opened this issue 3 years ago • 0 comments

I'm developing a dashboard with a UI, that is inspired by Apple's Stocks app. When hovering over an area chart, they display the time outside the chart and only the value inside the tooltip.

Screenshot 2022-01-02 at 10 26 53

Chart events don't include a hover event. Only dataPointMouseEnter, which is not triggered for area charts.

Is there any way to receive similar info when data is hovered?

I've also tried to extract hover info inside the custom tooltip method, which doesn't seem to work.

ccssmnn avatar Jan 02 '22 09:01 ccssmnn