1👍
Can you please check with below css, hope it will work for you.
.row { display : flex; flex-wrap :wrap; }
0👍
Nevermind. All I had to do is to set the maintainAspectRatio of the chart in ChartOptions to false.
- [Chartjs]-Chart.js v2: How to make tooltips always appear on pie chart?
- [Chartjs]-ChartJs: How to pan programmatically by time values (instead of pixels)
Source:stackexchange.com