simplecharts

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

commit
5002071519ea6c841447cbf7c1fd997747d15891
parent
c4217c9c5df5fdb9e8c62857aeb1108f2850643c
Author
Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
Date
2026-04-13 11:48
bump version to 0.2.0

Diffstat

M CHANGES.rst 9 +++++++++
M pyproject.toml 2 +-

2 files changed, 10 insertions, 1 deletions


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

@@ -1,3 +1,12 @@
   -1     1 0.2.0 (2026-04-13)
   -1     2 ------------------
   -1     3 
   -1     4 -   tweak scaling of the y-axis
   -1     5 -   support dark color scheme
   -1     6 -   use (closed) polygon for stacked areas
   -1     7 -   limit float precision
   -1     8 
   -1     9 
    1    10 0.1.1 (2025-02-28)
    2    11 ------------------
    3    12 

diff --git a/pyproject.toml b/pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
    4     4 
    5     5 [project]
    6     6 name = "simplecharts"
    7    -1 version = "0.1.1"
   -1     7 version = "0.2.0"
    8     8 description = "SVG charts without dependencies"
    9     9 readme = "README.md"
   10    10 license = "MIT"