I need to use the pagination of the Highcharts legend (v2.3.5), since my chart uses multiple series of data. The fact is that I would like to add an image (with a special hint) for each element of the legend, and therefore use the useHTML property to enable the use of more complex label formats.
The problem is that in this case, the legend overflows a regular frame and skips the navigation buttons, which makes them unusable. Here you will find a simple example of this problem: http://jsfiddle.net/APtZ3/190/
legend: { layout: 'vertical', align: 'right', verticalAlign: 'top', y: 30, labelFormatter: function () {return '<span>' + this.name+'</span>';}, useHTML:true },
Please let me know if anyone can help me with this.
Note: the problem should have been resolved with the new high-standard version, but it wasnβt (see http://dev.highslide.com/forum/viewtopic.php?f=9&t=22192&p=86900&hilit=legend+navigation# p86900 )
source share