score:3
this need to be done in a few steps:
- get x-index according to x-value:
var index = this.series.xdata.indexof(this.x);
- now get y-value:
var nexty = this.series.ydata[index+1];
and all you need to do is to sum values, like this: var sum = this.y + nexty;
.
Source: stackoverflow.com
Related Query
- How to get next point in Highcharts tooltip
- How to get the highlighted point from shared tooltip formatter, Highcharts
- How to get Highcharts X-Axis Categories starting at the left most point
- How do I get the value of a highcharts graph point on mouseover?
- Highcharts - How to remove connecting line between fixed tooltip and point
- how to get chart object inside a point event function in Highcharts
- Highcharts How to get decimal point values on y-axis with big numbers
- Highcharts - how to set custom content in point tooltip (popup) on 3D scatter chart or how to customize point tooltip information?
- How to edit tooltip in Highcharts C# code
- how to use highcharts tooltip formatter in python code
- Highcharts Boxplots How to get five point summary?
- how to get index of a point in Highcharts to use in an event?
- Highcharts Bubble Chart - How to get the size of the point
- Highcharts - How can I get the nearest point on click event
- Get Tooltip content from a point from a line/scatter plot in highcharts from javascript
- How to place tooltip above point in highcharts x-range?
- How to show other point property in bubble highcharts using tooltip
- Highcharts - how to access category of multiple axis of the point from tooltip
- Highcharts Heatmap - How to get blocks next to each other when separated by more then '1' in value
- How to get multiple series data in tooltip highcharts (Without loosing tooltip pointer arrow)
- highcharts tooltip not moving next point
- 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 multiple series data in tooltip highcharts?
- How to get index of a point in Highcharts?
- Hiding _groups_ of series in Highcharts and jQuery: how to get acceptable performance?
- How do I dynamically change a data point in Highcharts using JavaScript
- how do I get two highcharts on one page?
- Highcharts - How to display legend symbol inside the tooltip
- How to get rangeSelector to work with HighCharts
More Query from same tag
- Inner size of pie chart (HighChart) getting change with the values provided in the series
- Highcharts check if a series is empty
- highcharts changing dial value interactive with mouse events
- Date/Time format relative to date range
- Highchart legend based on unique series/names
- Changing behavior of pie chart on clik on item legend
- I'm trying to have a hide series button on my highchart but it makes the chart disappear
- highchart - irregular time series
- Cannot implement lazy high chart receiving errors
- Predictive time modeling for chart
- Reset / Set ZoomType Control in Highstock
- append 3rd `<td>` value in highchart's tool tip
- Highcharts Straight-line value
- Show tooltip and keep it visible
- How to divide data from the series in highcharts
- How do I skip a datapoint in Highcharts without causing an interruption in the line of the chart?
- Highmaps/Highcharts Congressional District Map Using Google Spreadsheets
- remove gap below highcharts area chart when all values are zero
- BootStrap - Model Binding and HTML5/CSS3 support?
- Highcharts highmaps points not plotting when second chart loaded
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Highcharts custom formatting/coloring of category labels
- How to use highchart 3d with angular 5?
- Highstock weird y-axis scale difference in same data dual series
- Two legend styles for two stacked chart styles in highchart
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP
- HIGHCHARTS Treemap update is not working with animation
- Highchart tooltip formatter function not able to get x value (this.x)?
- Internet Explorer 9-11 does not fill g element with color (highcharts)
- Highcharts - add additional export options without losing default ones