kirjs / react-highcharts

React wrapper for Highcharts library

Home Page:http://kirjs.github.io/react-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HighCharts events not getting triggered

homi2015 opened this issue · comments

Hello,

I have a requirement to display broken Y-axis for a vertical bar graph. For this I'm trying to use the HighChart Y-axis event pointBreak. The problem is that the function specified for the pointBreak is not getting triggered. Please find the demo example below:

https://stackblitz.com/edit/react-py1hcd

If the react-highcharts is supporting the axis events and axis breaks, how do I use the same correctly? An example would be great

Thanks