javascript - How to get the current categories list in High Charts -


I need to get a list of current categories of high charts

For example:

  var drilldown = this.drilldown; Setchart ([drilldown.name, drilldown.name1], drilldown.categories, [drilldown.data, drilldown.data1]);  

drilldown.categories will receive categories of next drill down series

as well as this.category if I'm doing [John, Fab, March] then this.category will receive a point when there is a point

but I want to list the whole categories like the current series, I would like something like this.series.caetgories

such as.series.name, this.series.data

/ Strong> But I'm in high chart Can not find anything like this, to bring it anyway


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -