Closed nvernooy closed 2 years ago
I set the height option to 200, but the chart ignores it and sizes to fill the available space, any fix for this?
200
<div class="row"> <div class="col"> <ngx-chartjs [height]="200" [data]="chart" [options]="chart.options" type="doughnut"> </ngx-chartjs> </div> </div>
Nevermind got it https://github.com/reactchartjs/react-chartjs-2/issues/1029
I set the height option to
200
, but the chart ignores it and sizes to fill the available space, any fix for this?