回答編集履歴
1
マークダウンの修正
answer
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
[chartjs.org](https://www.chartjs.org/docs/latest/general/responsive.html)に
|
|
9
9
|
> When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size
|
|
10
|
+
|
|
11
|
+
|
|
10
12
|
と書いてあるので相対サイズを使うのであればjavascriptを組んで
|
|
11
13
|
```javascript
|
|
12
14
|
|