-
-
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
Markers overflow on yaxis when zoom in with area/line chart #3320
Markers overflow on yaxis when zoom in with area/line chart #3320
Comments
Your sample does not reproduce the issue you are reporting. Please update the code pen to reproduce the issue or this will be closed. |
I have updated codepen, please check it https://codepen.io/RCelty/pen/LYdqGEb |
Do you have any plan on fixxing this issue yet? |
when you add an axis border on the y-axis, then the markers are outside that axis: what's more, when zoomed in, the entire graph goes off the axis: data for chart from official docs (https://apexcharts.com/javascript-chart-demos/area-charts/spline/)
to example chart on official docs site. |
Description
Markers always overflow out of the yaxis whenever I set the min option for the xaxis or zoom in.
Steps to Reproduce
Expected Behavior
Markers in front of the zooming area do not overflow.
Actual Behavior
Markers in front of the zooming area overflow.
Screenshots
Reproduction Link
I can't give you the data series because it is private, but here is my chart option:
codepen: https://codepen.io/RCelty/pen/LYdqGEb
The text was updated successfully, but these errors were encountered: