score:2
If you are trying to reference data inside of the chart after initialization you need to reference the chart first. Then access the name property like you would with any other object property.
var myData = myChartName.series[0].data;
for ( var i = 0; i < myData.length; i++ )
{
alert( myData[i].name );
}
Source: stackoverflow.com
Related Query
- When using Highcharts, how do you get the point name from a data point series?
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Get name of clicked point in Highcharts when the point has drilldown
- How to get the highlighted point from shared tooltip formatter, Highcharts
- how to continue the graph line when missing series of data in middle of highcharts
- How to get access to the chart from HighchartsReact component to ResponsiveGridLayout component when I'm using functional react component
- How to get the exported image without moving from the current window when using mobile devices
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- How to return every nth row from dataset using postgresql to control a Highcharts data series
- How to hide Series Name in HighCharts Tooltip when using pointFormatter
- How to use highcharts to display data of only five point when the page is initialized?
- How to make multiple Y-axis with incoming series of data from database using Highcharts
- How to fetch data only from hovered series when using multiple series highchart?
- How to divide data from the series in highcharts
- HighCharts Hide Series Name from the Legend
- How to get Highcharts X-Axis Categories starting at the left most point
- How do I dynamically change a data point in Highcharts using JavaScript
- How do I get the value of a highcharts graph point on mouseover?
- Using Highcharts and displaying a message over or on the chart when there is no data
- How to get multiple data series into Highcharts
- How can I delete all of the points from a highcharts series
- How to hide one series data info in tooltip using highcharts
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- How do I get my highcharts to reduce in size when the window is resized down
- How to get month name from ISO date using moment js
- Highcharts - how to create multiple y axis and group the data series
- How I can customize the file name when exporting using the plug-in CSV in Highcharts?
- How to get Series Name Based on Selection in Highcharts
- Fetch data from firebase firestore and plot histogram using highcharts when cardview clicked - android
- How To Get Data From Database To Highcharts Plugin in cakephp
More Query from same tag
- Remove Highchart line when no value
- What should I do to make the x-axis of a graph bold with Highchart?
- Highcarts function not being recognized
- How to get Pie Chart data to display using AppCoda example and iOS Charts?
- High chart formatter not working on Highchart API
- Creating a live web app
- How do I show multiple datapoints in HighMaps?
- Highcharts - three series using left Y axis and the fourth using the right Y axis
- How can we customise the series data object property names "name" & "y" as part of highcharts-angular?
- Highcharts paint zero axis black
- Highcharts 5 tooltip colour with custom css class
- How to remove decimal values on x-axis of bar chart : Highcharts
- Remove antialiasing on Highcharts curves
- Highchart fillColor linearGradient in area chart
- Dynamic highcharts pie chart with drilldown
- Highcharts - Wrong date in tooltip
- Display highchart tooltip using Jquery ui dialog
- how to display Highcharts from database in C# .Net
- Remove space between yAxis and data in highcharts
- Highcharts/Highmaps - Halo effect on point hover not working in chrome and firefox
- How to sort the items within each stacking column?
- Rendering more than one chart with Highcharts using Angular js Directives
- How to draw a Horizontal line using Highcharts DotNet C#
- How to export inner levels of treemap chart
- Uncaught TypeError: Cannot read property '0' of undefined javascript error and with highcharts
- How to make drill down in stacked Column Line chart in Highchart
- How to customize "Download CSV" functionality in HighCharts?
- WinJS - Highcharts isn't loaded in Google Chrome
- Highcharts: Dates Off By 1 Month
- How to combine highcharts data?