score:2
Accepted answer
You can use tooltip formatter and then find points.
tooltip: {
formatter: function () {
var indexS = this.series.index,
indexP = this.point.x,
series = this.series.chart.series,
out = 'y1:' + this.y + '<br/>';
switch (indexS) {
case 0:
out += 'y2: ' + series[1].data[indexP].y;
break;
case 1:
out += 'y2: ' +series[0].data[indexP].y;
break;
case 2:
out += 'y2: ' +series[3].data[indexP].y;
break;
case 3:
out += 'y2: ' + series[2].data[indexP].y;
break;
}
return out;
}
},
Source: stackoverflow.com
Related Query
- Tooltip for whole stack in grouped stacked Highcharts diagram
- Highcharts format labels on grouped stacked bar diagram with $ k, M for currency and 'hrs' for time
- Make stack label disabled for a column in stacked column graph in Highcharts
- Show Data For Grouped Series in ToolTip Highcharts
- Add a line on each bar for stacked and grouped column in HighCharts
- Show total for whole group in Highcharts 'stacked & grouped column' layout
- add total count inside stack labels grouped stacked column chart- Highcharts
- Display tooltip for invisible series in Highcharts
- Adding thousands separator for custom formatted highcharts tooltip
- highcharts customize tooltip for a single point
- set color of grouped stacked column in highcharts
- Tooltip text alignment in Highcharts for 'direction: rtl'
- create a sticky tooltip for a point or a permanent label using HighCharts
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts tootip for stacked bar charts
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Proper x-axis for Highcharts stack group column
- highcharts - precision for stacked column chart data labels
- Highcharts : Shared Tooltip for non-matching x values
- Highcharts JS- add third variable to tooltip for two series
- Overlapping and rounded stack in stacked column graph in Highcharts
- How to format my json data for stack column chart in HighCharts
- Highcharts Tooltip formatting for shared Tooltips
- Drilldown for grouped column chart in highcharts
- Stacked percent bar in a spark line grid for Highcharts
- Center tooltip for highcharts area chart
- How to edit tooltip in Highcharts C# code
- highcharts dataLabels support RTL with enable hover it for show tooltip
- Highcharts - Aligning dateTime series for shared tooltip
- Changing tooltip shape for a series in Highcharts
More Query from same tag
- R forecast autoplot or hchart
- HighChart not showing anything
- Highcharts pie chart hide zero sector
- Angular: HighChart TreeMap is not updating with the new data
- Highcharts - legend titles rotation is not working fine in IE10
- Data label not showing in some pie chart handles Highchart
- Implements Time series chart Highcharts in Angular 4
- How to get x-axis flags on dual axes chart with Highchart?
- Highcharts; disabling the tooltip for a single point renders a random little box
- Set Color for Pie Chart using HighChart + JSON data
- Highcharts - Get x Value From Y value
- Highmaps redraw bug after update points (with enabled zoom)
- Highcharts - label placement for categorized y-axis
- How do I prevent Highstock right range handle keep slipping off the max value when adding data
- Highcharts with angular2 and SystemJS Setup
- How to indicate null value but don't connect it in Highcharts Line graph?
- Show only discontinuous points in Highcharts line graph
- Highcharts Angular with API data
- Add Interactive Map with Highcharts Maps
- How to customise step line chart in Highchart?
- How to update Highchart from inside react a component?
- Highcharts to display area range and line chart with data from a CSV file
- HighCharts not showing anything
- Highcharts series line width is not stable
- highcharts configuration
- How to convert long string into CSV using the export-csv plugin for HighCharts
- JSON format for Highcharts line and bar graph
- JQuery mobile and highcharts integration
- How to open credits url of highcharts in new tab
- Suggestions on getting Highstocks graph images sent to server