Hi,
I need to add a link, in caption.. I was able to get this working in Fusion Free Charts using,
<a href='javascript:exportStuff("10","20","30");'> Export </a>
<a href='javascript:exportStuff("10","20","30");'> Export </a>
But instead of printing the link, it is showing the following in sub-caption
<a href='javascript:exportStuff("10","20","30");'> Export </a>
Can someone let me know how to fix this issue..