in the GWT wrapper for highcharts, I want to customize my legend entries and still be able to click on them and make them hidden. I create a legend and do legend.setOption("useHTML", true)
and then modify .highcharts-legend-item span
some CSS (mainly making sure it can be aligned to the right) but this disables clickablity on the legend item (i can still click on the legend icon to hide the series)
Asked
Active
Viewed 355 times
0

bubbles
- 861
- 4
- 13
- 30
-
Have you the newest highcharts ? – Sebastian Bochan May 02 '13 at 14:05
1 Answers
0
I was using an outdated version of highcharts.js. This was a known issue in 2.3.2 and fixed in 2.3.5

bubbles
- 861
- 4
- 13
- 30
-
1im a little concerned about the compatability with the most recent GWT wrapper by moxie and the most recent version of highcharts – bubbles May 07 '13 at 19:59