score:9
Accepted answer
you can put custom data in series and then use in tooltip
data: [{
name: "Firefox",
y: 10,
custom:"5% "
}, {
name: "Chrome",
y: 12,
custom:"10% "
}, {
name: "Explorer",
y: 65,
custom:"15%"
}, {
name: "Opera",
y: 13,
custom:"25% "
}]
Use in tooltip
tooltip: {
pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b> <br>of which woman users {point.custom}'
}
score:0
can try like this
tooltip: { headerFormat: '{series.name}: {point.y}',
pointFormat: '{series.name}: <b><br/>Totalamount: {point.amount}'
},
score:1
You can also use tooltip.formatter
and extract values from this.point.options.custom
(where custom if name of field like in examples above)
Source: stackoverflow.com
Related Query
- Add additional data to Pie Tooltip on Highcharts
- Add additional data in tooltip of Highcharts with dynamic x-axis category
- Add additional data to a Highcharts series for use in formatters
- highcharts show additional custom data in tooltip
- Highcharts Additional data in Tooltip
- Add an additional point to highcharts live data
- Highcharts display label for pie chart using html table as data source
- Include additional highcharts source data in angular2 app
- Add custom data on tooltip of Highcharts donut graph
- Add Additional Information In Tooltip R Highcharts
- Add additional data to tooltip in iOS which does not belongs to x&y-axis of graph
- rCharts Highcharts Add extra data to tooltip
- Setting Additional Data to highcharts tooltip with formatter doesn't work if points count exceed threshold
- How to show additional data in tooltip of PIE Chart-Highcharts
- Set Additional Data to highcharts series
- Add tooltip to legend in highcharts when hovering
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts not displaying data labels for Pie chart in arabic
- HighCharts Pie Chart - Add text inside each slice
- Highcharts - Draw Crosshairs / Tooltip on Mouse Position Instead of Snapping to Data Point
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- Send JSON data to highcharts pie from asp.net MVC controller in C#
- Highcharts - add additional export options without losing default ones
- Add dynamic data to line chart from mysql database with highcharts
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Add additional data to point using DotNet.Highcharts
- How to hide one series data info in tooltip using highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts add tooltip that has a small arrow pointing toward the series
- Highcharts load data with ajax to populate the tooltip
More Query from same tag
- Generating highcharts issues in dual axis column chart
- Splitted bar chart for paired data with highcharts
- Scala.js union types
- highcharts: there are no data in exported image
- Customize bubble map with highcharter
- Highchart Stacked Column w/ Datetime X-axis Columns Too Thin
- Highcharts - Position title under chart
- Use array data in highcharts
- Highcharts - How to Highlight a specific portion of a line graph?
- Mixed Chart Types using Chartkick/Highcharts on Rails
- How to Format HighChartsJS ToolTip so it Only shows one X-axis?
- How to position RangeSelector / zoom buttons at custom co-ordinates in Highstock
- Center a chart inside of bootstrap's carousel
- Highchart Date time interval in x-Axis
- Fixed y-axis label width in Highcharts
- Highcharts showing wrong time based on timezone
- Add stacked border color in Highchart?
- Error in rendering a React highcharts x-range chart
- Highcharts downloading a graph with a pattern as an svg
- how to show mutipal dynamic highcharts based on json data
- Highcharts data value from variable array string
- Set plot height and allow the rest of the chart to resize
- how to have customized tooltip,when plot has two series
- Highstock legendItemClick only is a basic event
- Highcharts - How can I get the nearest point on click event
- HighCharts, multiple charts on page call via function
- Setting formatter callback using highcharts-convert.js
- Show tooltip and keep it visible
- Highcharts - add border radius to boxplot chart
- Highcharts remove zoom feature