We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When multiple points have exactly the same date, the graph doesn't show at all.
<LineGraph points={[ { value: 1, date: new Date('2023-01-01') }, { value: 2, date: new Date('2023-01-01') } ]} ... />
The text was updated successfully, but these errors were encountered:
Also for some reason this is not being rendered as well
points={[ { value: 1, date: new Date('2023-07-16T00:00:00.000Z'), }, { value: 2, date: new Date('2023-07-19T14:23:21.723Z'), }, { value: 3, date: new Date('2023-07-19T14:23:31.384Z') }, ]}
Sorry, something went wrong.
No branches or pull requests
When multiple points have exactly the same date, the graph doesn't show at all.
The text was updated successfully, but these errors were encountered: