How to always show the final label same as last value on x-axis? #10737
Unanswered
atokuswanto
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.
-
On my chart.js element, I have time labels on my x-axis. The problem is x-axis final label is not last data value sometimes.
For example, even if I provide last data point 25:00, and also set max value to 25:00, chart.js does not display the x-axis final label as 25:00, it displays 24:39 or so.
Is there any configuration or work around to show the final label same as last value on x-axis?
Beta Was this translation helpful? Give feedback.
All reactions