Feature Description
I have a use-case where I need to display only a few data points on a chart that would end up with a barSpace wider than 50. Currently, it leaves a lot of empty space beside the line and it looks like there is missing data. I would like to be able to modify the max value in order to display my line fully without empty space to the side of it.
To Do
Add chart.setBarSpaceLimitConstants = {MIN: number, MAX: number}, then in Store.ts, set BarSpaceLimitConstants to either the user supplied value or the default.