3👍
As found here, Chart.js Doughnut Chart Sizing, the new ChartJS standard is aspectRatio: 2
, so you need to set aspectRatio: 1
on options
object.
- [Chartjs]-Tooltip flickering when hovered on chart
- [Chartjs]-How to combine lines with different starting points in chartjs
Source:stackexchange.com