XY chart refreshing on its own

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.

Yes, so I am using a query binding this is the polling. I do have 4 charts and 2 querys on each with same polling.

The query returns one row of data.

I am also transforming the dataset adding two rows into my dataset.