Hi,
I am using fusion charts in https environment
i changed the code according to http://www.fusioncharts.com/KB/article.aspx?id=10022 and got rid of the security warning.
but can't get the data loading. It says "Error loading Data"
i can't get it right even before changing the headers
says "Error loading data"
After changing the headers like shown below
Me.Response.AddHeader("Cache-Control", "cache, must-revalidate")
Me.Response.AddHeader("Pragma", "public")
then it says "No data available"
but if I remove those headers it is shown correctly in firefox and other browsers other than IE.
So, what is the fix for IE?
I checked all other threads related this post in this forum but of no help in this issue.