Skip to content

Commit 7d3062e

Browse files
author
William Hawker
committed
Update README
1 parent fcff41d commit 7d3062e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A proof of concept for integrating [Highcharts](https://github.com/highcharts/hi
66

77
As 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
5759
In 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

0 commit comments

Comments
 (0)