Skip to content

1.3.0

Compare
Choose a tag to compare
@whawker whawker released this 16 Aug 10:43
· 872 commits to master since this release

New features

3D Charts

Added a <Highcharts3dChart /> helper component, which allows direct access to the options3d Highcharts settings.

This release also adds a <ZAxis /> component, to allow configuration of the Z Axis required in 3D charts.

See the 3D scatter example

Treemap support

Thanks to @mrawdon for this!

This release adds a <TreemapSeries /> component, which can be used to generate Treemap diagrams.

See our Simple Example and Drilldown Example.