Skip to content

Commit dbb4825

Browse files
authored
Add scheme documentation
1 parent 6c19eaf commit dbb4825

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,13 @@ The device pixel ratio of the chart. This will multiply the number of pixels by
123123
### version: str
124124
The version of Chart.js to use. Acceptable values are documented [here](https://quickchart.io/documentation/#parameters). Usually used to select Chart.js 3+.
125125

126-
### host
126+
### scheme: str
127+
The protocol to use. Defaults to `https`.
128+
129+
### host: str
127130
Override the host of the chart render server. Defaults to quickchart.io.
128131

129-
### key
132+
### key: str
130133
Set an API key that will be included with the request.
131134

132135
## Getting URLs

0 commit comments

Comments
 (0)