-
Couldn't load subscription status.
- Fork 12k
Closed
Labels
Description
I am trying to build a chart with time x-axis. The issue is when type= time is specified the time will not exactly start or end at the right time.
X-axis starts to round-off the time when that happens.
Everything works fine if type = time is removed.
Expected Behavior
Current Behavior
Environment
- Chart.js version: 2.7.2
- Browser name and version: Chrome and Firefox
Fiddle - https://jsfiddle.net/b2a2ddsd/516/ ( Expected) - Showing without type =time
Fiddle - https://jsfiddle.net/b2a2ddsd/519/ ( Current ) - Showing with type = time

