We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the RangeArea graph demo (multiple series) https://apexcharts.com/javascript-chart-demos/range-area-charts/combo/ No matter what serie im hover on, the marker only points on the red serie So i can never see the data of the blue series (same for mobile and pc - chrome browser)
When i hover in a line, the marker should appear on it and the tooltip should show its information
The marker and the tooltip always appear for the second serie
https://apexcharts.com/javascript-chart-demos/range-area-charts/combo/
The text was updated successfully, but these errors were encountered:
I debugged it a little bit. it seems that only the series on index 0 can be selected
Sorry, something went wrong.
No branches or pull requests
Description
In the RangeArea graph demo (multiple series)
https://apexcharts.com/javascript-chart-demos/range-area-charts/combo/
No matter what serie im hover on, the marker only points on the red serie
So i can never see the data of the blue series (same for mobile and pc - chrome browser)
Steps to Reproduce
Expected Behavior
When i hover in a line, the marker should appear on it and the tooltip should show its information
Actual Behavior
The marker and the tooltip always appear for the second serie
Screenshots
Reproduction Link
https://apexcharts.com/javascript-chart-demos/range-area-charts/combo/
The text was updated successfully, but these errors were encountered: