score:2
Accepted answer
"can anyone tell me how to get all the values of a line series in a highchart line plot(http://www.highcharts.com/demo/) through javascript?" you can get it from global object.
see example: http://jsfiddle.net/yr3eg/
$.each(chart.series,function(i,serie){
$.each(serie.data,function(j,point){
console.log(point.y);
});
});
"also, how to get tooltip value of a point of a scatter plot through javascript?" you need to get values of point in tooltip or somewhere different?
Source: stackoverflow.com
Related Query
- Get Tooltip content from a point from a line/scatter plot in highcharts from javascript
- Highcharts shared tooltip for line series and scatter plot not working
- How to get the highlighted point from shared tooltip formatter, Highcharts
- Highcharts - how to set custom content in point tooltip (popup) on 3D scatter chart or how to customize point tooltip information?
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts scatter plot with variable line width
- How to get next point in Highcharts tooltip
- Tooltip in chart with line- and scatter plot in highcharts 3.0.7
- Highcharts - How to make a scatter plot with multiple series from HTML table
- How to get a cubical plot using highcharts 3D scatter chart?
- Highcharts scatter plot - make tooltip not follow pointer
- Add a custom text tooltip that differs from point to point in Highcharts
- Get json data into Highcharts scatter plot
- How to add an extra label on a scatter plot point in Highcharts Javascript library?
- Disable line from tooltip to point location on the chart
- How to add vertical (and horizontal) line in highcharts scatter plot
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- Highcharts - how to access category of multiple axis of the point from tooltip
- Highcharts - connect points with a line in scatter plot on hover
- How to draw line from Data label to Marker in Highchart Scatter Plot
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Add clickable link to tooltip in Highcharts Scatter Plot
- how to make chart real time with 2 line and get data from php with highcharts
- How to set a different border line of every single point or serie in Highcharts scatter plot?
- How to get index of clicked point in scatter plot
- Get Data from text and plot on Highcharts
- disabled zooming when scrolling the mouse in the tooltip of scatter plot highcharts
- from csv to scatter plot with HighCharts
- Highcharts Scatter plot - Add series from database as a different color
- Add vertical(projection) line from point to categories, highcharts
More Query from same tag
- Highcharts : use function in Serie data
- Adding a colored border (not shadow) to the label text on a Highcharts treemap
- How to remove fine white line between halo and Highcharts pie chart
- Highchart: Background color of Axis
- How do you get a colorByPoint appearance in Highcharts without coloring all the bars in a group the same color?
- Dynamically creating mutiple Highcharts charts in Angular directive
- Adding tooltip to legend in highcharts
- Retrieve data from Controller to View using Json to HighCharts
- How to add space between plotband and first bar(red color "A" bar) in highchart
- Rounded corners in highcharts
- High charts – how to show axis as time
- Why are Bootstrap tabs displaying tab-pane divs with incorrect widths when using highcharts?
- HighCharts error 16
- DotNetHighcharts - Hide specific legend label
- HighCharts ios Disable Initial Animation
- Highchart, how to add commas to point data in tooltips
- Is it possible use size (z) argument with RHighcharter and a categorical Y-axis?
- In Highchart gantt Chart inside highcharts-point how can i create custom shapes
- Highcharts - change values when checkbox checked
- Styling Highmap Legend
- Add conditional color to Treemap
- highcharts: how can I show the floats as datetime in the xAxis correctly
- Highchart doesn't show the graph : error adding javascript array in series
- chart not updating after changing the chart options
- Highchart pie vertical legend align right not pinned to plot correctly
- Highcharts Show x-axis on top
- Diplay name on highstock column
- Why do my Highcharts stacked areaspline charts look funny?
- Highcharts : How to increase marker radius based on the value range in Y axis in Scatter Graph?
- world map not displaying - Angular Highcharts