-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Bar chart with x time scale (tooltips) not correct #11229
Comments
I think the sample should be changed adding the ticks: {
source: 'data'
}, |
Hi @stockiNail, Are you suggesting that I add this to the following file somewhere after line 68:
If so, I would be happy to contribute and create a PR. This seems like an excellent opportunity for me to make my first contribution. Thank you for your attention! |
@mukham12 yes, I was suggesting that. Feel free to submit a PR! |
Many thanks @stockiNail. I will try to submit a PR as soon as I am able to. I appreciate the support. |
Expected behavior
See https://www.chartjs.org/docs/latest/samples/scales/time-combo.html, The tooltips should be correct
Current behavior
See https://www.chartjs.org/docs/latest/samples/scales/time-combo.html, The tooltips show the wrong date (17 instead of 18)
Reproducible sample
https://www.chartjs.org/docs/latest/samples/scales/time-combo.html
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
4.2.1
Browser name and version
No response
Link to your project
No response
The text was updated successfully, but these errors were encountered: