Hi Schabagh, It is more likely that the data you provide to the chart is actually changing in some way. If you are sure the data comes in the same every time you reload the browser page, including the order of the data, then you may have some time-sensitive aspect of your code that depends on, for example, the order in which data components are loaded. What you can do to check this is look at the data with a debugger at the time you give it to the chart, just before the draw() call.
If you could provide a public link to your page, we could take a look at it. On Mon, Sep 1, 2014 at 4:45 AM, Schabagh <[email protected]> wrote: > Hi, > > I have a problem with indication of Information on a Line-Chart. I have > thousands of measure points and I can show this. But every time when I > reload the browser, changes the chart-display. You can see three different > charts with the same information. Is that a bug of google-Chart? How can > fix it? > > Thanks > > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
