Skip to content

Releases: beeware/toga-chart

0.2.0

03 Nov 06:02
d028fee
Compare
Choose a tag to compare

Features

  • Chart is a now standalone widget, rather than an extension of a Toga Canvas. (#22)

Bugfixes

  • The requirements of toga-chart were modified so that toga-chart is only dependent on toga-core, rather than the toga meta-package. This makes it possible to install toga-chart on Android, as the meta-package no longer attempts to install the toga-gtk backend on Android; but it requires that end-users explicitly specify toga or an explicit backend in their own app requirements. (#24)

Misc

v0.1.1

18 Aug 22:54
eb84730
Compare
Choose a tag to compare

Features

  • Chart now has an on_draw() handler to ensure the chart auto-resizes. (#14)

Bugfixes

  • Added a None check before calling on_draw (#17)

Misc

v0.1.0

09 Aug 04:47
9f5ff7c
Compare
Choose a tag to compare

First official release of toga-chart.