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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,16 @@ Uses the quickchart.io web service to create a fixed-length chart URL that displ
88
88
89
89
Note that short URLs expire after a few days for users of the free service. You can [subscribe](https://quickchart.io/pricing/) to keep them around longer.
90
90
91
+
## Other functionality
92
+
93
+
### get_bytes()
94
+
95
+
Returns the bytes representing the chart image.
96
+
97
+
### to_file(path: str)
98
+
99
+
Writes the chart image to a file path.
100
+
91
101
## More examples
92
102
93
103
Checkout the `examples` directory to see other usage.
0 commit comments