Skip to content

2.6.0

Compare
Choose a tag to compare
@BoboTiG BoboTiG released this 14 Apr 19:58
· 14 commits to main since this release
6c4f973

Added

  • Allow to use a custom class for the chart rendering via the Chart(..., renderer_cls=MyClass) keyword argument (see examples/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) (#7)