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
+5-2
Original file line number
Diff line number
Diff line change
@@ -123,10 +123,13 @@ The device pixel ratio of the chart. This will multiply the number of pixels by
123
123
### version: str
124
124
The version of Chart.js to use. Acceptable values are documented [here](https://quickchart.io/documentation/#parameters). Usually used to select Chart.js 3+.
125
125
126
-
### host
126
+
### scheme: str
127
+
The protocol to use. Defaults to `https`.
128
+
129
+
### host: str
127
130
Override the host of the chart render server. Defaults to quickchart.io.
128
131
129
-
### key
132
+
### key: str
130
133
Set an API key that will be included with the request.
0 commit comments