Replies: 1 comment
-
You can't get it to start at 0 because |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Expected behavior
Using the example in the documentation where the log scale starts at 2, I attempted to get it to start at 0.
I want 0-1-2 to have the same spacing. I have tried many ways but none seem to work. I even need to start at 0.01.
I assume the math to get a log scale starting at 0 interferes but what overrides can i add?
Current behavior
I have it at 0 but the spacing between 0 and 1 is bigger than what i want.
Reproducible sample
https://jsfiddle.net/1cL4xhu7/
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
3.8
Browser name and version
No response
Link to your project
https://jsfiddle.net/1cL4xhu7/
Beta Was this translation helpful? Give feedback.
All reactions