Hi all.
My company has recently purchased a license for Fusion Charts and I've recently come across a problem that I cannot solve.
When I'm adding a link to the chart, one of the parts of the link contains an ampersand (M&D).
I have replaced the ampersand with %26 as per HTML standard but when I then click on the chart and are brought to the page with the link, the %26 is translated back into an ampersand in the URL.
So I have link='http://www.blablabla.jsp?ordid=M%26D' in my XML which doesn't cause any errors with the chart,
I click on it and in the URL, I see http://www.blablabla.jsp?ordid=M&D which really messes things up for me.
I am using java to generate the XML too but that should have nothing to do with the problem
Thanks in advance