You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The width of the bars on the 'grouped vertical bar chart' change with the height of the chart. I would expect that the width of the bars should only depend on the width of the chart and the number of bars.
The width of the bars on the 'grouped vertical bar chart' change with the height of the chart. I would expect that the width of the bars should only depend on the width of the chart and the number of bars.
To Reproduce
Open the example here: https://swimlane.github.io/ngx-charts/#/ngx-charts/bar-vertical-2d
Change height from the default of 300, to 150, 120, 100, etc. and observe that the width of the bars is significantly reduced.
Expected behavior
I expect that the width of the bars does not change when only the height of the chart is changed
Screenshots
300 high:
120 high:
The text was updated successfully, but these errors were encountered: