Closed mskalnik closed 3 years ago
I'll merge this, but this looks really weird. What if its any other type?
It will be false
for every other type to keep consistent with the original behavior. The documentations says the default is false and adds this in the description:
If true, grid lines will be shifted to be between labels. This is set to true for a bar chart by default.
Bar chart has offset defined as
true
by default to true but it was overridden here. Having it asfalse
results in the column with the lowest value not displaying for graphs with relative values since it's value will be used as the starting point while rendering.