score:1
Accepted answer
Declare tooltip options with formatter function:
options: {
...,
tooltip: {
formatter: function () {
return 'The value for <b>' + this.x +
'</b> is <b>' + this.y + '</b>'
+ '<br/>' + 'Extra data: <b>' + this.point.extra + '</b>';
},
}
}
And define series data like below:
data:[
{
y: 49.9,
extra: 49.9
},
{
y: 71.5,
extra: 71.5
},
...
],
Source: stackoverflow.com
Related Query
- HighChart Tooltip addition text and value
- Highchart Add text after value tooltip
- I want to give numbering in x axis and tooltip shows my specific array value according to that in highchart
- adapting text to highchart tooltip max width
- Highcharts - How to hide series name and Y value in tooltip
- How to set series-label to false by default and change the color of series label text in highchart
- Highchart xAxis and value did not align
- Highchart Time Data With Irregular Interval and Text
- How to do In highchart tooltip display the first 100 characters and then say "See more .."?
- Highchart Axis with only min and max series value
- finding the value in the series object and displaying in the tooltip of the high chart using angular 4
- Format tooltip in highchart map for dynamic variables, some with commas and others with percents
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- Javascript - Highchart - tooltip position of data points and flags
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- How to add text verticaly and horizantaly centered inside highchart solid gauge
- highchart xaxis and random y value
- Different ToolTip text For Links and Nodes in Highcharts Sankey Charts
- RevealJS and Highchart Mouse position Tooltip Issue
- Set min and max value in double for y-axis in highchart
- How to define name and value for x axis points in Highchart
- How to make the full million value show up on y-axis and tooltip (Highcharts)
- Different tooltip and value in Treemap || Highcharts
- Highchart issue in values and Label text when using 4 axis
- Make dynamic Y-axis max value and tick interval of highchart using php
- Pie Chart tooltip thousand seperator and rtl labels doesn't work in highchart
- Highchart for temperature and humidity does not share tooltip
- update the yAxis min value and tooltip dynamically in highcharts
- Highchart tooltip formatter function not able to get x value (this.x)?
- Reduce space between legend text and icon in Highchart
More Query from same tag
- HighcharteR Tooltip
- How to keep an empty slice area in highcharts after clicking on legendItem
- Custom HTML marker in Highmaps
- Highcharts issue with multiple X axes
- Highcharts Bubble with text
- highcharts minPointLength do not work for unstacked bar chart
- Highligligh particular areas based on X-axis data
- Sliced Pie in Highcharts
- Searching for JS based (Highcharts, AnyChart, etc) thermometer or vertical linear gauge with multiple pointers
- Different Highcharts in same component (Angular 5)
- Highcharts doesn't show all contents of x-axis
- Drilldown in a Highcharts Organization chart?
- highchart - label color by based on point data
- Highcharts Onclick a PieChart slice should refresh the chart
- Highcharts heatmap without fixed non-temporal axis
- click dynamic highchart to open in new window
- Highcharts line chart strange issue
- Highcharts, add 'go back' (drill up) button when drill
- highcharts tooltip text align
- Hide or Disable Legend or Label in the end Highcharts line
- Highchart Column with Drilldown using MySQL
- Highcharts won't fit in Bootstrap 3 modal body
- How to implement Highchart in AngularJS.i was trouble with implementation highchart in angular
- Highcharts drilldown display issue
- Create log scale in highstock
- Highcharts with Ajax call returning JSON file
- HIGHCHARTS Areaspline Dynamic data graph gives poor result
- Highcharts: Click to Highlight instead of Hide (= Always show non-selected)
- how do you display only the latest poll data in highcharts
- Adding intraday option to highcharts