score:4
Accepted answer
at this point if the rates
are only a series to make it into the tooltip, i'd just scrap the series all together and include the data via the formatter. something like:
var rates = {'category1':20,
'category2':25,
'category3':75};
...
tooltip: { shared: true,
formatter: function() {
var s = '<b>'+ this.x +'</b><br/>';
$.each(this.points, function(i, point) {
s += '<span style="color:'+point.series.color+'">'+point.series.name+'</span>: <b>'+point.y+'</b><br/>'
});
s+='rate: ' + rates[this.x] + '%';
return s;
},
...
updated fiddle here.
Source: stackoverflow.com
Related Query
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- HighCharts Hide Series Name from the Legend
- How can I hide series from a HighCharts legend?
- How can I hide a series from initially being displayed in Highcharts
- How can i hide all the Series in highcharts at a time
- How can I delete all of the points from a highcharts series
- Highcharts: show series on legend but hide on chart
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- How to show Legends for all the series data in stacked column chart Highcharts?
- How do I completely hide the chart title in a HighCharts chart?
- Highcharts series doesnt show data and render the chart
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- How to change the background series colour of Highcharts Radar chart
- How can i load external json data in highcharts to show the bar chart
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- How can I reverse the series order of a pyramid chart in Highcharts
- How to show only the last 100 candlesticks or hide the first 50 candlesticks in Highcharts Stock Chart?
- How to show circular progress pie chart using the highcharts
- How to reference yData from another series in each category of a highcharts column chart
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Why does highcharts sankey chart sometimes combine multiple nodes with same node name but different Id into one and hide the lines?
- How to hide date time x-axis but still be able to show plot lines in Highcharts gantt chart?
- How To Show Tooltip In Sparkline Chart From Code
- how to show legend in PIE chart from chart to pie drilldown highcharts
- How to show the column "Gender" to chart in Laravel from database?
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- How to manually trigger the afterSetExtremes event from a series click event in HighCharts
- Highcharts how do i keep space between series the same but increase space between categories?
- How do you remove the partialFill from Highcharts xrange chart
- Hide highcharts series name on the chart
More Query from same tag
- How to Integrate Flot with AngularJS?
- Highcharts - timeseries chart with y-axis values need to be group with text labels
- Tags disappeared from tagcloud in highcharts while using deriveFontSize method
- How To Call A Function To Make A Graph Using HighCharts in PHP
- Highchart (basic line chart) which can have multiple values vs x axis?
- how to add items to an array dynamically in javascript
- Highcharts - Exporting gantt charts not showing previous interaction by user
- High chart width issue
- Highstock xAxis datetime pointer line
- Color coutries/continents with own custom colors in highmaps
- How to enable yaxis scrolling on highmaps in angular app
- Highstock no rangeSelector appear with async loading
- In Highcharts, how to set up title for each pyramid in a multi-pyramid chart
- highcharts groups of stacked columns
- How to use types with typescript on highcharts.js
- Treemap with Multiple Series
- highcharts - Not able to switch between bar to column or vice versa graph type in drilldown
- Issue with Highcharts not rendering in Durandal/Hot Towel Template
- Timeline chart with highcharts using x-range with multiple stacks
- Highstock inputDateParser fires three times
- Highcharts: trying to update series
- Blank slider placeholders
- How to position the Highcharts.StockChart's rangeSelector zoom on the right?
- How to set an option in Highchart inactive by default
- I can't use gauge-solid and spline chart at the same time by using HighCharts
- Highcharts - Negative values, set y-axis to greater than 0?
- highcharts error 14 when passing time
- Highmaps min and max zoom level
- HighCharts: getting access to calculated spline 'points'
- To reduce the height of highchart