-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Tooltip isn't displayed when the first series is hidden #85
Comments
Thanks for reporting. I will also test with the custom |
Fixed it. But couldn't reproduce the issue for Please create a codepen with that issue so I can see what data you are using if the issue still persists after this patch. |
Thanks for the fix. |
No worries. |
Awesome. |
Indeed, it will help. |
I only tested this on a stacked area chart. I used 2 versions of apexcharts.js:
CDN: I've noticed that only when you hide the first series (Series A in the example below) the tooltip doesn't show anymore.
https://codepen.io/anon/pen/rZdgKv
Downloaded version: The tooltip shows but there is a problem on the first day of the interval because the x parameter in the formatter function is undefined.
The text was updated successfully, but these errors were encountered: