Skip to content

Releases: zauberzeug/nicegui-highcharts

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.