apexcharts.js
apexcharts.js copied to clipboard
Tooltip label shows wrong series (always first) where x=0 on Line Charts
Description
Steps to Reproduce
- Create a Line chart with multiple series and a tooltip
- Hover on the first point of each line (where x = 0)
Expected Behavior
- Tooltip shows data of the hovered serie
Actual Behavior
- Tooltip always show data of the first serie, not the hovered one...
Screenshots
(Series named "Venlo" is hovered, but "Almere" is shown)
Please provide the required codepen reproduction app.
I have the same issue. The tooltip does not show on the first x point = Jan for the green line = D-drive. See fiddle: https://jsfiddle.net/d3c2vft8/ Is there a way how to fix this?
Is there any update about this issue?
Thanks for the great library. We've made some nice charts so far. But it seems we've run into the same issue as those mentioned above.
I haven't included reproduction as my issue is almost identical to that made by Patrick-OI