Hello! I have a web page in wich I render eleven charts. The first time shows correctly but when I refresh the page the charts doesn´t render their data, it shows other chart data. For example, when I refresh chart 5 show info of cahart 6, chart 6 info of chart 8. The data foreach chart is correctly but if I read the html code of the page I see that the routes are changed and uncoordinated. The versión of the webchart is the 9.1. The DeploymentScenario.ImageURL is a fixed directory + session guid + fixed directory + chart_#SEQNUM(50). Someone knows anything about this problem? Thanks for all.
Make sure the ImageURL property is unique for each instance of the chart, and it should fix the problem.
Thanks for the info, but that doesn´t solve my problem 'cos the url i see and they are uniques. This is the formula that returns me the url:
fixed directory + session guid + fixed directory + chart_#SEQNUM(50)
I think that meanwhile the number of charts by page is not over 50 it should work correctly. I only have 12 of them so is less than the maximun I set.
Do you have any other idea?