1.3.0
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.