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
+8
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,14 @@ Sets the device pixel ratio of the chart. This will multiply the number of pixe
95
95
96
96
Sets the Chart.js version to use (e.g. `2.9.4` or `3.4.0`). Valid options are shown in the [documentation](https://quickchart.io/documentation/#parameters).
97
97
98
+
### setHost(host: string)
99
+
100
+
Sets the host of generated URLs. `quickchart.io` by default.
101
+
102
+
### setScheme(scheme: string)
103
+
104
+
Sets the scheme of generated URLs. `https` by default.
105
+
98
106
## Getting outputs
99
107
100
108
There are two ways to get a URL for your chart object.
0 commit comments