2.6.0
Added
- Allow to use a custom class for the chart rendering via the
Chart(..., renderer_cls=MyClass)
keyword argument (seeexamples/custom-renderer-class.py
for inspiration) - The module is is now PEP 561 compatible, and tested with
mypy
Changed
- Fixed off-by-one shift when rendering empty lines on the Y-axis (the issue was visible only when the Y-axis was on the left side) (fixes #7)