I am trying to display a custom tooltip using Highcharts. You can find an example of the code here:
http://jsfiddle.net/jalbertbowdenii/fDNh9/188/
When you hover over the chart, you can see that the tooltip only contains values from Series 2, but not from Series 1 (which is invisible). When you click on “Series 1” in the legend, you can see the values from Series 1 in the tooltip.
EDIT: no code to commit, just fixing linkrot/adhering to editing rules…
Is there any way to display the values from an invisible series in a tooltip?
1 Answer