Bar charts with a date x-axis does ignores offset: true when time.min and time.max are set.
Expected Behavior
Offset should work even if time.min and time.max are set.
Current Behavior
If I let Chart.js auto scale the graph, it works just fine. However, my project involves using a date range picker which sets time.min and time.max to restrict the range of the graph, which causes half of the first and last bars to be cut off as there is no offset.
Auto scaling

With time.min and time.max

Environment
- Chart.js version: 2.7.2
- Browser name and version: Chrome 67.0.3396.99
Bar charts with a date x-axis does ignores
offset: truewhentime.minandtime.maxare set.Expected Behavior
Offset should work even if
time.minandtime.maxare set.Current Behavior
If I let Chart.js auto scale the graph, it works just fine. However, my project involves using a date range picker which sets
time.minandtime.maxto restrict the range of the graph, which causes half of the first and last bars to be cut off as there is no offset.Auto scaling

With

time.minandtime.maxEnvironment