1.2.2
react-jsx-highcharts
and react-jsx-highstock
- Don't assume all props beginning with
on
are event handlers -onSeries
andonKey
are valid Highcharts config properties - now we check prop value is event handler too.
react-jsx-highstock
only
- Fix
<FlagSeries />
- has series typeflags
NOTflag
- Add
Navigator.XAxis
andNavigator.YAxis
components, these allow access to thenavigator.xAxis
andnavigator.yAxis
config options - and allows you to do things like add plot bands to the Navigator.