score:2
Accepted answer
you can retrieve the data this way:
$('#button').click(function () {
var chart = $('#container').highcharts();
data = chart.series[0].data;
$(chart.series[0].data).each(function (index, element) {
alert(this.y);
});
});
working demo: http://jsfiddle.net/erzqs/1/
Source: stackoverflow.com
Related Query
- How to display highchart series line marker symbol from tooltip formatter?
- How to show highchart graph depends on select tag from HTML
- How do I add an array of data points to a Highchart series
- How to select array from Highchart.series?
- How to plot new chart from already displayed highchart series
- How to render Gantt Highchart from data source
- Highchart series from JSON array
- How can I hide series from a HighCharts legend?
- How to prevent my stacked series from being in reverse order?
- How can I hide a series from initially being displayed in Highcharts
- How to dynamically change axis from linear to logarithmic in HighChart
- How can I generate a real-time highchart from my database data?
- How can I delete all of the points from a highcharts series
- How to change series legend text color in HighChart chart?
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How to place labels on opposite Y axis in Highchart without a second series
- How can I prevent my HighChart bar chart from being inverted?
- How to populate a Highcharts axis with string formatted data from a PHP array
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- how to sort and select top 5 elements in a json array using angular JS
- How to update Highchart from inside react a component?
- How do I select which columns from my CSV to chart with HighChart?
- Highcharts: how to loop through array to add series
- How to set series-label to false by default and change the color of series label text in highchart
- Highchart how to animate from the xaxis bottom line upward
- How to obtain HighCharts series "id" from "series" elements?
- how to exclude last column from highchart from table
- Highcharts - How to make a scatter plot with multiple series from HTML table
- How to create a highchart with 3 different series categories name
- How to use for loop array to add series dynamically for line chart
More Query from same tag
- High charts plot time against a dynamic currency pair
- Highcharts pie slice linear gradient
- Highcharts drilldown json from php mysql
- Multiple Charts not moving in sync at random times when adding value on interval
- File loading a Csv file into highcharts
- highcharts, four aeraranges with linear gradients
- Javascript Highchart
- Highcharts specify height of plot area only
- How do i enable scrollbar in highcharts in react
- Highchart only wants "y" element in JSON data?
- Highcharts. Marks on grid lines
- Highcharts column width on a time series axis
- Long length string is not displaying correctly in the chart
- How to add thousands separator in highcharts tool tip text box
- Selection Menu lags while the file is loading
- How to change background color of every single bubble in highcharts?
- Update specific slice of pie chart
- How to produce scatterplot with a factor as y in highcharter?
- Don't connect points with value 0 in highcharts
- Image on pie graph with highcharts
- Disabling HighCharts labels
- Pass array from js for loop to highcharts series data
- How can I show vertical line in highchart as shown in below image?
- Highcharts capture selection
- Highstock Single Navigator for multiple Charts
- How can I do responsive pie chart
- How to find the width of x-axis plotband widths dynamically in react-jsx-highstock (Highcharts)?
- Displaying a point on another series in Highcharts (without flags)
- Highcharts legend hover for bar chart?
- Highstock Highcharts date time data on Xaxis