Skip to content
New issue

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

[Bug]: Line data point can be of type string when using a timescale #1056

Open
1 task
benny-noumena opened this issue Sep 15, 2023 · 1 comment
Open
1 task

Comments

@benny-noumena
Copy link

Would you like to work on a fix?

  • Check this if you would like to implement a PR, we are more than happy to help you go through the process.

Current and expected behavior

When using a timescale then the data point for line/scatter can be of type String or Date.

However this is not accepted.

image

Reproduction

Pass in a iso time string

chart.js version

v4.4.0

vue-chartjs version

v5.2.0

Possible solution

Broaden the type to accept String and Date. Not sure if it is possible to accept this only if the scale is of type time.

@Seungwoo321
Copy link

oh...same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants