Hi,
I am using fusion chart in application. chart is generated with servlet and ajax call.
the issue is, each time chart is rendered, the # character is appended to the application title. it is difficult to post the entire code. for reproducing the issue, i could see that, on the sample chart gallery take any of the html file, append with , < a HREF="#" > CLICK HERE < /a > .
click on the link, and then click on the graph, its appending # on application title.
this process will append # only one time. but in my application, i am not using any explicit click what i have mentioned above, its appending # each time, the graph is rendered. if i comment the chart rendering line in the javascript, its not appending as graph is not rendered.
Regards,
Ajith