-
-
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
yaxis labels duplicated with a formatter function #4422
Closed
tmac12 opened this issue
Apr 22, 2024
· 1 comment
· May be fixed by Niraj-Dilshan/infinity#110, samul-1/sai_exams_frontend#162, engbaher77/Quasar-Client-Hyprid#157, Sheitak/weather-graphics-monitoring#883 or sgkens/velvetvoid#12
Closed
yaxis labels duplicated with a formatter function #4422
tmac12 opened this issue
Apr 22, 2024
· 1 comment
· May be fixed by Niraj-Dilshan/infinity#110, samul-1/sai_exams_frontend#162, engbaher77/Quasar-Client-Hyprid#157, Sheitak/weather-graphics-monitoring#883 or sgkens/velvetvoid#12
Labels
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This was referenced Aug 13, 2024
This was referenced Aug 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When yaxis.labels.formatter is provided, in some case it duplicate values on yaxis.
In my example, I receive y-axis data in seconds and need to display it on the chart in hours, so I use a formatter for this conversion. However, this results in some integer values being duplicated.
Steps to Reproduce
Expected Behavior
The formatter show only unique values on yaxis.
Actual Behavior
On yaxis I see duplicated values only if formatter function is provided.
Screenshots
Reproduction Link
https://codepen.io/bortolazzoBreton/pen/qBwLajb
The text was updated successfully, but these errors were encountered: