File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ A proof of concept for integrating [Highcharts](https://github.com/highcharts/hi
66
77As of 1.2.0 React JSX Highcharts supports using [ Immutable.js] ( https://facebook.github.io/immutable-js/ ) data structures as Series data.
88
9+ As of 1.3.0 React JSX Highcharts supports [ 3D charts] ( https://whawker.github.io/react-jsx-highcharts/examples/3DChart/index.html ) .
10+
911## Example
1012
1113``` jsx
@@ -57,7 +59,7 @@ You'll need the peer dependencies too
5759In progress... [ see here] ( https://github.com/whawker/react-jsx-highcharts/wiki ) .
5860
5961## Upcoming Features
60- * ` <Highcharts3dChart> ` component - A helper for 3D charts.
62+ * ~~ ` <Highcharts3dChart> ` component - A helper for 3D charts.~~ Done! 1.3.0
6163* React 16 support - all features seem to work with beta 3, just need to modify ` peerDependencies ` and await Enzyme support for React 16
6264* Use ` React.PureComponent ` instead of ` Component `
6365
You can’t perform that action at this time.
0 commit comments