Skip to content

Releases: arnoutaertgeerts/python-highcharts

Updated function handling

31 Aug 13:10
Compare
Choose a tag to compare

Updated function handling. When you want to use a function you should prefix and affix the function statement with @#'.

0.4.4

19 Aug 10:08
Compare
Choose a tag to compare
  • Use the arearange chart type
  • Use functions in the options

Prevent charts from showin

06 Jul 16:19
Compare
Choose a tag to compare

Added the show='none' option for the charts.plot() method to prevent charts from showing if this is not necessary.

Support for pandas series and save options in async mode

01 Jul 18:11
Compare
Choose a tag to compare

Save svg image

10 Jun 15:23
Compare
Choose a tag to compare
  • Save the chart as an svg image
  • Fixes for asynchronous charts

Performance increase and fixed options bug

10 Jun 10:36
Compare
Choose a tag to compare
  • Performance improvement so multiple charts do not slow down the notebook
  • Fixed settings bug which broke the export
  • Colors are now fixed
  • Colors can be set in Python

Dataframe updates + bugs

02 Jun 07:30
Compare
Choose a tag to compare
  • Support for non time-indexed dataframes
  • Fixed plotOptions bug

Dataframe conversion to series + fix zoom bug

22 May 15:06
Compare
Choose a tag to compare

Thanks to @matsvandecavey for the dataframe conversion.

New show options

22 May 10:38
Compare
Choose a tag to compare

Added a show options to display the chart

  • inline in a notebook
  • open a new tab
  • open a new window

Updated license

21 May 14:10
Compare
Choose a tag to compare

Update the license to be conform with the Highchart create common license.