Expected Behavior
I would expect the bar for each day to be fully visible in the bar chart.
Current Behavior
The first and last bar in the bar chart are cut off
Possible Solution
unsure. I’ve read the docs and can’t seem to find an option that will shift the x axis.
Steps to Reproduce (for bugs)
- https://codepen.io/anon/pen/JvMBvR
- the April 25 and May 6 bars are cut off in the middle.
Context
It’s a bit odd-looking. I have a feeling it’s something to do with how the time series data is being set.
Environment
- Chart.js version: 2.7.2
- Browser name and version: Chrome 66
- Link to your project: https://codepen.io/anon/pen/JvMBvR
Is there any way to adjust the padding when
offset: true
? It creates very large spaces on the left and right for me.