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
- Hicharts.js Boxplots with a mean line
- Highcharts Default Colors Are Not Same at Pie and Column?
- Legends display order using highcharts in pie chart
- Highchart label rotation makes my column dissappear
- Ember component being overwritten instead of repeated
- Values not display in highcharts
- Getting some error in guagechart of Highcharts in angular 6
- Convering yyyy-mm-dd to unix timestamp in array and put it back at the same position after converted it. [Javascript]
- Add new data to a Highchart pie chart dynamically
- Turn series and plot bands on/off using API
- Set Specific Range on X-Axis in HighCharts
- Show live data on Highcharts without default series
- HighCharts. How to align yAxis title and yAxis labels to right in one line?
- Highchart react - x axis draggable
- div poistion on html css
- dealing with highcharts bar chart with really long category names
- how to put some data option key url on Highchart?
- HighCharts: render the xAise line as the yAise line
- how to draw end line on x axis in highcharts
- Populate Highchart Column From JSON
- is it possible to add a legend for bubble size in high charts?
- How to format high charts?
- Highcharts: How to make curve start outside of the visible view horizontally?
- Highcharts: xAxis yearly labels centered between ticks
- Creating highstock zoom-in/out button
- How to push data into highchart with just one decimal place?
- HighCharts - how to align (justify) xAxis labels left and right
- Highchart is not getting populated using external json data
- Gridline only on 0 in column range
- Highcharts - Highcharter in R - Getting Tooltip values from df rather than map