Skip to content

Releases: highcharts-for-python/highcharts-core

v.1.1.1

27 Apr 13:59
76509c6
Compare
Choose a tag to compare
  • FIXED: Problem when producing a JS literal, with the JS code inserting an unnecessary new (#42 and #43).
  • ENHANCEMENT: Added more elegant error handling when something goes wrong displaying a chart in Jupyter (#43).

v.1.1.0

26 Apr 19:49
cccef44
Compare
Choose a tag to compare
  • Align the API to Highcharts (JS) v.11. In particular, this includes:

    • Updating documentation for options.chart.ChartOptions.styled_mode to align
      to new v11 design changes.
    • Updated documentation for options.series.data.base.DataBase.color_index to align to
      new v11 design changes.
    • Added new utility_classes.data_labels.SunburstDataLabel class to patch missing
      data label .rotation_mode property.
    • Updated options.plot_options.SunburstOptions.data_labels to accept SunburstDataLabel
      values.
    • Updated documentation of options.axes.labels.AxisLabelOptions.distance to reflect new (or
      newly-documented) behavior.
    • Added new utility_classes.data_labels.OrganizationDataLabel class to patch misisng data label . link_text_path property.
    • Updated options.plot_options.organization.OrganizationOptions.data_labels to accept OrganizationDataLabel
      values.
    • Added .description_format property to options.plot_options.accessibility.TypeOptionsAccessibility.
    • Added PictorialOptions / PictorialSeries series type with related classes.
    • Added .minor_ticks_per_major to options.axes.x_axis.XAxisOptions.
    • Added .stack_shadow to options.axes.y_axis.YAxisOptions.
    • Added .border_radius to ColumnRangeOptions / ColumnRangeSeries.
    • Added .play_as_sand and .download_midi to global_options.language.Language.
    • Added .border_radius to PieOptions / PieSeries.
    • Added .style to utility_classes.buttons.CollapseButtonConfiguration.
    • Added utility_classes.events.SimulationEvents and modified NetworkGraphOptions to support.
    • Added options.sonification and all related classes.
    • Added series-level SeriesSonification to all series.
  • FIXED: Broken heatmap and tilemap documentation links.

  • FIXED: Fixed missing TreegraphOptions / TreegraphSeries series type.

v.1.0.2

16 Apr 03:36
469ad8f
Compare
Choose a tag to compare
  • DOCUMENTATION: Added documentation of hard dependencies to the README (issue #37).

v.1.0.1

15 Apr 04:10
22e9919
Compare
Choose a tag to compare
  • BUGFIX: Fixed a bug encountered when parsing CSV data (issue #32).
  • ENHANCEMENT: Added a catch for when trying to set Chart.options to a SharedOptions instance (issue #34).
  • Fixed a pair of broken links in the documentation.

v.1.0.0

11 Apr 23:40
738dbfa
Compare
Choose a tag to compare
  • First official release!

v.1.0.0-rc9

11 Apr 03:32
46c69a1
Compare
Choose a tag to compare
v.1.0.0-rc9 Pre-release
Pre-release
  • Added Demos to documentation

v.1.0.0-rc8

10 Apr 21:51
9743b6c
Compare
Choose a tag to compare
v.1.0.0-rc8 Pre-release
Pre-release
  • BUGFIX: Closes #25. Fixed the edge case where if multiple notebooks are open in Jupyter Labs and
    different notebooks use the same container, the charts get rendered in one container.
  • BUGFIX: Fixed bug when serializing a string value equal to 'Date'.
  • BUGFIX: Fixed boolean handling in options.legend.LegendOptions.shadow.
  • Enhancement: Added .from_array() support to the decorators.validate_types() function.
  • BUGFIX: Fixed data valization in options.plot_options.pie.PieOptions.end_angle and .start_angle.
  • Added date and datetime support to axis min and max.
  • Added iterable support to .from_dict() method.

v.1.0.0-rc7

05 Apr 14:32
b42d438
Compare
Choose a tag to compare
v.1.0.0-rc7 Pre-release
Pre-release
  • Further tweaks to documentation CSS for better accessibility.

v.1.0.0-rc6

04 Apr 15:36
d15f05e
Compare
Choose a tag to compare
v.1.0.0-rc6 Pre-release
Pre-release
  • Added CSS overrides to documentation for better accessibility.
  • Added jQuery to documentation to address issue in Sphinx 6.0 and Sphinx RTD Theme.

v.1.0.0-rc5

02 Apr 04:51
2fa6fdf
Compare
Choose a tag to compare
v.1.0.0-rc5 Pre-release
Pre-release
  • Bug fixes to Jupyter Labs rendering.
  • Bug fix for timestamp serialization of timezone-naive datetime objects.
  • Bug fix: typo in Plot Bands serialization.
  • Added null support to color validation.
  • Bug fix in style deserialization.
  • Bug fix in CartesianData.from_array().
  • Fixed NaN handling in .load_from_pandas().
  • Fixed JSON deserialization in .from_array().
  • Added support for stylesheet links in Jupyter Labs context.
  • Several bug fixes in JS literal serialization.
  • Major improvements to JavaScript module inclusion.