score:15
Accepted answer
If you know the id of series already you can get a reference to the series by
chart.get(ID)
If you want to loop through all the series and list all the IDs of series, do this:
$(chart.series).each(function(i, serie){console.log(serie.options.id)})
FIddle : http://jsfiddle.net/NaK9D/2/
score:2
From the documentation:
Another way to reference the series programmatically is by id. Add an id in the series configuration options, and get the series object by chart.get(id).
Looks like you can do:
$(chart.series).each(function(i, serie){
this.get(id);
});
Source: stackoverflow.com
Related Query
- How to get series's id in Highcharts / Highstock
- How to get highcharts dates in the x axis?
- How can I get access to a Highcharts chart through a DOM-Container?
- How to get Highcharts X-Axis Categories starting at the left most point
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- how do I get two highcharts on one page?
- How to get rangeSelector to work with HighCharts
- How do I get the value of a highcharts graph point on mouseover?
- How to get an image watermark in HighCharts charts?
- How to get multiple data series into Highcharts
- Highcharts - How to get a value of a stack in a series?
- how to get chart object inside a point event function in Highcharts
- How to get continuous graphs in Highstock (beta release)
- How to change axis label size when exporting in Highcharts / Highstock
- how to get svg of highcharts using div id?
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Highcharts How to get decimal point values on y-axis with big numbers
- Highcharts - How do I get dashed lines in legend
- How can I get the navigator selection from a Highstock chart?
- How to get next point in Highcharts tooltip
- How to get the Div id of charts in highcharts on click of it in angular 6
- Highcharts - How to get default y-Axis label formatter in a custom formatter
- How do I get my highcharts to reduce in size when the window is resized down
- How to get current width of highcharts column
- How to get the highlighted point from shared tooltip formatter, Highcharts
- How can I get around "mixed active content" highcharts exporting error?
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- How to get a cubical plot using highcharts 3D scatter chart?
- How to get Highcharts XAxis to Display in 2 Minute Intervals
More Query from same tag
- How does 'min' 'max' works in Highcharts? I can't get the scrollbar to work
- Highcharts data [x,y] written by golang
- Unable to add point into highchart area
- How to get column chart in angular using highcharts using dynamic data
- How to make two charts using highchart show up in the same line side by side using div
- data not getting displayed/plotted in highchart
- Highcharts TypeScript Boost module
- Series Not Working in HighCharts
- Uncaught TypeError: e.doDrilldown is not a function - Highcharts
- Highcharts legend div not rendered and replaced by tspan
- Highcharts graph not shown in Yii2
- Google Pie chart, can't set different values for 2 different graphs
- How to display Date in Highcharts tooltip or below the categories
- Highstock chart not loading with sample data
- Possible to use Highcharts Scatter Plot with categories?
- Export option not visible in Highcharts
- Add a Specific Y-Axis Label with Highcharts
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Highcharts. How to start areaspline chart from start y axis?
- HighCharts, multiple charts on page call via function
- HighCharts set different xAxis labels
- Locate a dot with the same xpath in a highchart
- high charts parse json data
- Highcharts limit the amount of items that will be displayed in categories on the yAxis
- Difference between ChartModule & HighchartsChartModule in Angular-HighCharts?
- highcharts map add image to tooltip
- HighCharts dual x-axis with percent and date
- Put two Highcharts Charts Side by Side on a Jekyll Blog (beautiful-jekyll)
- Find chart by title (Highcharts)
- How to change names of menuItems in R highcharter when exporting