Can you please check whether the domain column (the one with the dates) in your data table repeats certain dates (either with the same Celsius degree value or with another one)?
Unlike a scatter chart, a line chart is a mathematical function and expects domain values to have a single target. So, for example, you cannot have two rows: [2012-02-13, 20] and [2012-02-13, 30]. Also note that the values in the domain column are expected to be sorted (in your case, by chronological date). Please let me know whether this solved your issue or not. Visigoth On Sun, Feb 12, 2012 at 10:29 AM, Visigoth <[email protected]> wrote: > This sounds like a potential bug in 1.1. > > It does not reproduce on my computer. > Could you please post an example page for me to look into? > Also, what browser are you using? > > Thanks, > Visigoth > > > On Sun, Feb 12, 2012 at 1:01 AM, Allomorphy <[email protected]> wrote: > >> When mousing over the legend, this causes the series to be >> highlighted. From then on, there is no more mouse interactivity >> of any sort until you reload the graph. >> >> What could be the cause of this? >> >> Unrelated question; >> Is the latest version of corecharts "1", this sees to work >> better for me than "1.1". >> >> Thanks >> >> -- >> Eric >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
