Replies: 2 comments 2 replies
-
Use linear scale. |
Beta Was this translation helpful? Give feedback.
1 reply
-
So you can't provide the abacus data in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've started using Chart js recently. I'm trying to achieve something that I assume should not be too difficult, but I could not find how to do it:
I want to display abacus (eg temperature v/s pressure) and at the same time points. So far, I managed to draw on the same chart lines with my abacus and some points.
The problem is that my abacus are built based on predefined x and y label, while my points are more likely to be a fraction of the x values. E.g. if my x values are 1, 2, 3, 4... for my abacus, my points x coordinate might be like 1.32, 8.52, ...
I guess the way to tackle it, would be to have two sets of independant x-labels, but I couldn't find how to do it.
Any idea would much appreciated. Cheers.
Beta Was this translation helpful? Give feedback.
All reactions