Replies: 1 comment 4 replies
-
@DrKlipper the problem is related to the X scale. You are not setting the const options = {
scales: {
x: {
type: "time"
}
}
}; See codepen: https://codepen.io/stockinail/pen/LYvQGOV |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I need to plot some X/Y Data in a chart. I have multiple series of data and this is my sample:
When I run this demo I got this strange output:
Can anyone help me out and show me a correct plotting?
What I need is a automatic scaling of the X axis. It should use the Min / Max datetime values from the data.
Is this even possible?
Any help would be much appreciated !
Dominik
Beta Was this translation helpful? Give feedback.
All reactions