score:6
Accepted answer
I have discovered how to do this - leaving question up in case it helps anyone else. The correct syntax for this is:
tooltip: {
formatter: function() {
return ''+
this.x +': '+ this.y +
(this.series.name == 'Recovered(%)'||this.series.name =='Defaulted(%)' ? '%' : '');
}
}
Source: stackoverflow.com
Related Query
- Highcharts: Conditional tooltip based on multiple series names (OR logic operator)
- Weird character in front of Highcharts tooltip series names
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- Highcharts synchronize tooltip on multiple charts with multiple series
- How to have multiple highcharts with different series data in vuejs without repeating code
- how to give different names on tooltip for one series in highcharts R
- HighCharts Pie Chart - Displaying multiple series values in Tooltip
- Adding a string to highcharts tooltip based on a separate data series
- How to get multiple series data in tooltip highcharts (Without loosing tooltip pointer arrow)
- Issue with tooltip on Highcharts with multiple series added dynamically
- Highcharts displays series names but missing data points from json source
- highcharts pass multiple values to tooltip
- How to get multiple series data in tooltip highcharts?
- Display tooltip for invisible series in Highcharts
- Highcharts - drill down to multiple series
- Dynamic update of multiple series in highcharts
- Highcharts - How to hide series name and Y value in tooltip
- Highcharts Custom tooltips for multiple series
- How to get multiple data series into Highcharts
- Highcharts with JSON data and multiple series
- Using HighCharts and DotNet.HighCharts to "Play" Multiple Series
- Creating multiple series in Highcharts within a loop
- Highcharts shared tooltip for line series and scatter plot not working
- Single series drilldown to multiple series Highcharts
- How to hide one series data info in tooltip using highcharts
- Highcharts add tooltip that has a small arrow pointing toward the series
- Multiple Series Timeline with HighCharts
- Highcharts multiple series drilldown to multiple series
- Highcharts not displaying series data for graph with multiple Y-axes
More Query from same tag
- Python Flask: Highcharts path allocation
- Highcharts selection event not passing xAxis
- Highcharts Showing negative values on tooltip
- On click, passing a variable from Javascript into Rails/Ruby
- Display values on the chart in Highcharts
- How to put different categories value on X-Axis with in high-chart
- How to create 2 separated xAxis chart
- Node-highcharts module not found
- Ruby 2D array of different types
- Highcharts series data not persisting through angular route change
- Add custom images in highstock series
- HIghcharts Scrollbar (w/ showFull false) displays after setExtremes called
- How to add text labels to a numerical x axis in Highcharts
- Setting additional point attributes in HighStock time series with large data sets
- Cannot implement lazy high chart receiving errors
- Hide Heatmap DataLabels based on Condition
- Highcharts: scroll for text area inside highcharts container; custom table inside highcharts container
- Update chart border color with plotband color in angular gauge
- R shiny Highcharts tooltip: adding average as extra variable
- Highcharts format json data from php script / unixtime
- Highcharts - column color different from color in legend
- High-chart Div save as image and save file in server path
- Trying to design with highChart but colors are not showing up
- How to prevent a React onClick event from being consumed by child
- angular-highcharts : click event cannot load function from "this" scope
- R Highcharter: Changing xAxis Type from datetime to category
- Hide columns on Stacked Bar when all values are 0
- Hide one serie's dataLabel on Highcharts
- How do I make a same range
- Highcharts add tooltip that has a small arrow pointing toward the series