Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

v0.12.0

Compare
Choose a tag to compare
@fdehau fdehau released this 27 Sep 18:11
· 96 commits to master since this release

Features

  • Make it easier to work with string with multiple lines in Text (#361).

Fixes

  • Fix a style leak in Graph so components drawn on top of the plotted data (i.e legend and axis
    titles) are not affected by the style of the Datasets (#388).
  • Make sure BarChart shows bars with the max height only when the plotted data is actually equal
    to the max (#383).