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
'type: time' ?
I've tried to chage scales' type to time, but it doesn't work. I guess in vuejs-chartjs you can't use 'type: time' option. Is it right?
The text was updated successfully, but these errors were encountered:
When working with a time series, you need to make sure you have a supported date library and adapter: https://www.chartjs.org/docs/latest/axes/cartesian/time.html
This is a chartjs thing, not a vue-chart-3 thing.
Sorry, something went wrong.
No branches or pull requests
'type: time' ?
I've tried to chage scales' type to time, but it doesn't work.
I guess in vuejs-chartjs you can't use 'type: time' option.
Is it right?
The text was updated successfully, but these errors were encountered: