-
-
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
Annotations positioning doesn't work on logarithmic axis. #3421
Annotations positioning doesn't work on logarithmic axis. #3421
Comments
Another example: https://codesandbox.io/s/vue-basic-example-forked-4w9puu?file=/src/components/Chart.component.vue |
I am having the same issue, the y-annotation line is always at y=0 for a logarithmic scale. I downgraded to older versions, but it didn't work |
Same issue, cloned one of your code sandbox and replicated it - it sometimes works, but as you edit the values to get larger it replicates the bug - https://codepen.io/joshribakoff/pen/dyqJvNx |
Got the same issue, does anyone have a solution to provide ? |
When using a logarithmic y-axis annotations get positioned at the bottom regardless of their 'y' value.
Before setting to logarithmic:
After:
It can be replicated in the annotations demo by simply adding the following:
https://codepen.io/apexcharts/pen/GXOJXQ
The text was updated successfully, but these errors were encountered: