apexcharts / react-apexcharts

📊 React Component for ApexCharts
https://apexcharts.com
MIT License
1.3k stars 151 forks source link

Hover Callback for Area Charts #369

Closed ccssmnn closed 2 weeks ago

ccssmnn commented 2 years ago

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.

github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.