SVG charts without dependencies
Project description
Features
- no big dependencies
- produces clean SVG
- available charts: grouped columns, stacked columns, lines, stacked areas
Usage
renderer = StackedColumnRenderer() data = { 'rows': [{ 'label': 'Apples', 'values': [3, 2, 5], }, { 'label': 'Oranges', 'values': [4, 2, 3], }, { 'label': 'Pears', 'values': [4, 3, 4], }, { 'label': 'Bananas', 'values': [5, 1, 2], }], 'legend': ['John', 'Jane', 'Joe'], } svg = renderer.render(data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size simplecharts-0.0.2-py3-none-any.whl (4.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size simplecharts-0.0.2.tar.gz (3.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for simplecharts-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ecc9ea29b3012f512211c93f26cca661fa2f7040634b65bc41f6c45b8f1890 |
|
MD5 | 7dfb7d3e9e01fb879de8eff62949b135 |
|
BLAKE2-256 | 7e07881819471fe50fca00c6686e70c63077a0794f2fa30a9fa748b645c8235f |