-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
When I use the multiple bar chart with monthly time scale in x-axis, some datasets in first and last position are cropped
Expected Behavior
Draw the chart correctly and show the current month in labels section
Current Behavior
Some datasets in first and last position are cropped and the current month is not shown in labels section
Possible Solution
I don't know.
I tried setting the offset flag as true, but only works if I set the time scale unit as day
I tried setting the scale bounds as ticks, but the bars look too thin
Steps to Reproduce
https://codesandbox.io/s/compassionate-dijkstra-dje3k?file=/src/App.js
Context
Environment
- Chart.js version: 2.9.4
- Browser name and version: Chrome 86


