-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add annotation point to range bar chart when Horizontal = true #517
Comments
Hello, @PatTheLad. Thank you for your question. It helped me solve my problem (it was similar to yours). You can copy this test component in its entirety to try out
@code {
} |
Hi, @olekssokol code looks good to me. I also had the same idea for the workaround but sadly when you use the zoom option the labels go back to numbers, |
Follow up issue to #246
I cant add point annotations so my chart because the Y Value only supports double.
X Axis annotation works flawless.
Trying to add annotation points (doesnt work because y only support double and x axis is the wrong axis)
Working Code for annotation x axis
Code from chart
Chart options
Thanks to everyone in advance!
The text was updated successfully, but these errors were encountered: