I have 4 XY charts on a perspective page, they are set to retrieve data from a query every day. However, when viewing on the web page they seem to blink/refresh on its own. I'm not sure what is occurring, can anyone offer some insight.
Thanks
I have 4 XY charts on a perspective page, they are set to retrieve data from a query every day. However, when viewing on the web page they seem to blink/refresh on its own. I'm not sure what is occurring, can anyone offer some insight.
Thanks
What are you using for start and end dates in your bindings? If those are refreshing in value...like now(1000) then the XY charts get redrawn.
For my start and end dates I binded my range to two tags that refresh every 24 hours those are min and max dates.
Then the next thing to look at is the binding for your data. Do you have polling set on that? A picture would help if you can provide one.