Settings and activity
2 results found
-
45 votes
In the Highstock you can position the tooltip absolutely, which provides a similar effect: http://jsfiddle.net/highcharts/j7BSy/
// Updated 2013-07-22
To use a true legend, a plugin is needed. See http://jsfiddle.net/highcharts/DVvdZ/An error occurred while saving the comment An error occurred while saving the comment Sujay Krishna Suresh commented@Torstein Thanks. I'll check the plugin.
An error occurred while saving the comment Sujay Krishna Suresh commented@Torstein Hønsi I'm currently using the workaround you can find @ http://jsfiddle.net/sujay/PUhsf/
There are known issues in such workarounds. The main issue being they are not actual legendItems, so we lose all the functionality of a legendItem, including
*click to toggle series visibility*,
*handling events on legendItem.element* & more.Hence, it'd be great if we had an option to append tooltip values to the corresponding legendItems.
Sujay Krishna Suresh shared this idea · -
14 votesSujay Krishna Suresh supported this idea ·
@Torstein this seems to be creating numeric g elements of class "highcharts-legend-item" and the DOM count shoots within seconds on interacting with the chart. I'm not sure if the destroy method actually remove the element from the DOM. Something to check maybe.