swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.29k stars 1.15k forks source link

I have problems with the width of the diagram #1262

Open tamueka opened 5 years ago

tamueka commented 5 years ago

I have the values ​​250x250 but the result of the svg is 208 wide x 250 high:

KingDarBoja commented 5 years ago

Hello @tamueka,

I believe this is happening due to margins being set on the chart component. Those values can't be modified at the moment but gonna be available as input on future releases.

Please refer to #412 in the meantime.

Cheers!