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
A Python client for the [quickchart.io](https://quickchart.io/) image charts web service.
7
7
@@ -13,6 +13,8 @@ Use the `quickchart` library in this project, or install through [pip](https://p
13
13
pip install quickchart.io
14
14
```
15
15
16
+
As of release 2.0, this package requires >= Python 3.7. If you need support for earlier versions of Python, use [version 1.0.1](https://pypi.org/project/quickchart-io/1.0.1/).
17
+
16
18
# Usage
17
19
18
20
This library provides a `QuickChart` class. Import and instantiate it. Then set properties on it and specify a [Chart.js](https://chartjs.org) config:
0 commit comments