Hello,
Unfortunately, that does not help. My issue is with adding javascript code to category labels, (labels along the x-axis) not
adding javascript to data points.
There is no link property for category labels as far as I know and so I'm using the workarounds explained in these posts
link1, link 2, link 3, link 4
I've managed to get it working in firefox, safari, and chrome, but as usual IE9 is the one causing the problem.
By inspecting the DOM, it appears that FusionCharts internally parses the category labels for links and creates
tspans with an onclick that modifies location.href. It is because it modifies location.href that it causes onbeforeunload
to fire.
Is there an expected time frame for when the link property will be added to categories? Or a different workaround than
that mentioned in those forum posts.
Thanks.