[學習筆記]Chart.js更改圖表大小yurukuma·FollowFeb 15, 2022--ShareDemoStep 1 HTML結構: 在圖表(canvas)外再包一層Step 2 將畫圖表的Data options maintainAspectRatio: falseStep 3 用CSS設定圖表的寬高.chartBlock { height: 250px; width: 250px; margin: 0 auto;}