simplecharts

SVG charts without dependencies
git clone https://git.ce9e.org/simplecharts.git

commit
8582829f55080244312e63519500cdef5e5ae241
parent
e7cec1c8164b230ab01010f32a4730eb730fe505
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-01-06 07:44
extend README

Diffstat

M README.rst 12 +++++++++++-

1 files changed, 11 insertions, 1 deletions


diff --git a/README.rst b/README.rst

@@ -1,15 +1,25 @@
    1     1 Features
    2     2 ========
    3     3 
    4    -1 -   no big dependencies
   -1     4 -   no external dependencies
    5     5 -   produces clean SVG
    6     6 -   available charts: grouped columns, stacked columns, lines, stacked areas
    7     7 
   -1     8 Limitations
   -1     9 ===========
   -1    10 
   -1    11 -   not interactive
   -1    12 -   not configurable
   -1    13 -   maximum of 6 colors
   -1    14 -   no wrapping for long labels
   -1    15 
    8    16 Usage
    9    17 =====
   10    18 
   11    19 .. code:: python
   12    20 
   -1    21     from simplecharts import StackedColumnRenderer
   -1    22 
   13    23     renderer = StackedColumnRenderer()
   14    24     data = {
   15    25         'rows': [{