Inconsisten left padding (with data vs without data) #1251
Closed
Description
Description
When creating a graph bar, I found that the left padding (distance between the Y axis with the graph's container border) to be inconsistent between when there is data and no data.
When there is no data, the padding becomes a lot smaller.
Steps to check or reproduce
https://jsfiddle.net/pg1yq2fh/3/
without data (in the JS, comment/uncomment the relevant dataset). This happens even when tick values are added manually.