Skip to content

Releases: zauberzeug/nicegui-highcharts

v3.0.0

08 Oct 15:05
90d8b11
Compare
Choose a tag to compare

Upgrade to NiceGUI 3.0.0, Highcharts 12.4.0 and Python>=3.9 (#23 by @falkoschindler)

v2.2.0

04 Oct 04:17
b327613
Compare
Choose a tag to compare

Provide compatibility for NiceGUI 3.0 (#20, #21 by @python-and-novella, @evnchn, @rodja)

v2.1.0

17 Feb 16:05
e05701c
Compare
Choose a tag to compare

New feature

  • Enable dynamic property conversion (#15 by @xaptronic, @falkoschindler):
    ui.highchart({
        ...
        'yAxis': {'labels': {':formatter': '(params) => `${100 * params.value}%`'}},
        ...
    })

v2.0.2

31 Aug 19:53
Compare
Choose a tag to compare

Improve compatibility with NiceGUI's "-dev" versions.

v2.0.1

31 Aug 19:40
Compare
Choose a tag to compare

Minor fix in publish workflow

v2.0.0

31 Aug 19:30
762bc98
Compare
Choose a tag to compare

Upgrade to NiceGUI 2.0

v1.0.1

26 Oct 11:40
Compare
Choose a tag to compare

Improved documentation

v1.0.0

23 Oct 15:19
Compare
Choose a tag to compare

Initial release. See zauberzeug/nicegui#1850 and zauberzeug/nicegui#1863 for more information.