You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,9 @@ The background color of the chart. Any valid HTML color works. Defaults to #ffff
116
116
### device_pixel_ratio: float
117
117
The device pixel ratio of the chart. This will multiply the number of pixels by the value. This is usually used for retina displays. Defaults to 1.0.
118
118
119
+
### version: str
120
+
The version of Chart.js to use. Acceptable values are documented [here](https://quickchart.io/documentation/#parameters). Usually used to select Chart.js 3+.
121
+
119
122
### host
120
123
Override the host of the chart render server. Defaults to quickchart.io.
0 commit comments