Change the yaxis when ZoomOut #3291
Unanswered
paulinecazalis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I have a graph (with angular) with a defined min and max in the y-axis.
I would like to know if it is possible to change the y-axis by zooming out.
For example I have a min at 0 and a max at 200 if I zoom out, my interval changes and my max can be at 300.
Here is what I have in codesandbox :
https://codesandbox.io/s/apexcharts-yaxis-7r5zwq?file=/src/app/app.component.ts
Here is the example when I zoom out. The y-axis does not change.
Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions