Skip to content
New issue

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

Cant select specific serie in RangeArea (tooltip and marker) #4945

Open
rotem1850 opened this issue Feb 14, 2025 · 1 comment
Open

Cant select specific serie in RangeArea (tooltip and marker) #4945

rotem1850 opened this issue Feb 14, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@rotem1850
Copy link

rotem1850 commented Feb 14, 2025

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

  1. Goto the RangeArea graph demo: https://apexcharts.com/javascript-chart-demos/range-area-charts/combo/
  2. hover on the blue line
  3. the marker will appear on the second serie instead (also the tooltip)

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

Image

Reproduction Link

https://apexcharts.com/javascript-chart-demos/range-area-charts/combo/

@rotem1850 rotem1850 added the bug Something isn't working label Feb 14, 2025
@rotem1850
Copy link
Author

I debugged it a little bit. it seems that only the series on index 0 can be selected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant