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

Events on categories (drilldown and click doesn't co-working)

antoine35 opened this issue · comments

Hi !

I wish I could have separate events when I click in my graph (on a point or crosshair) and when I click on my category names.

The first problem is that I can not find the click event on the categories. So I bypassed this by implementing the drilldown function (because allows the click on categories) but suddenly my function onclick on the points (and crosshair) does not work (or at least and overloaded by this method drilldown).

My question is:
Is there a way to have an event on the categories? (which would be the simplest and I can disable the drilldown ...)
And if not can we disable the drilldown on points and keep it only on categories?

And this for graphics: column, line, area, spider, bubblle, pie, donut, two axes.

Thank you for your help ....

Closing and there has been no activity in this issue for a while.
if this is still relevant, please feel free to reopen