Skip to content

Tooltip formatting not respecting seriesName of yAxis #4966

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

Open
DavidKarlas opened this issue Feb 24, 2025 · 0 comments · May be fixed by #4974
Open

Tooltip formatting not respecting seriesName of yAxis #4966

DavidKarlas opened this issue Feb 24, 2025 · 0 comments · May be fixed by #4974
Labels
bug Something isn't working

Comments

@DavidKarlas
Copy link

Description

If you have custom formatter set on yAxis and use seriesName to target specific series all works fine except when tooltip is shown, which is not using correct formatter.

Steps to Reproduce

  1. Define multiple series
  2. Define multiple yAxis with different formatters
  3. Use seriesName on yAxis to target correct series
  4. Observe that tooltip does not use correct formatter

Expected Behavior

3rd row in tooltip should end with S2.

Actual Behavior

3rd row in tooltip ends with S1 instead of S2.

Screenshots

Image

Reproduction Link

https://codepen.io/David-Karla/pen/dPyXjKL

@DavidKarlas DavidKarlas added the bug Something isn't working label Feb 24, 2025
hhjeee added a commit to hhjeee/apexcharts.js that referenced this issue Mar 7, 2025
@hhjeee hhjeee linked a pull request Mar 7, 2025 that will close this issue
8 tasks
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

Successfully merging a pull request may close this issue.

1 participant