This may not be quite related to the original OP, but I've also just started getting this problem. It seems to be whenever my data contains a value of 0. It's a problem for both the Bar and Column chart types.
On Jan 20, 6:58 am, Viz Kid <[email protected]> wrote: > Hi > > I've just tried your example using a BarChart and it worked fined. Can you > give the complete example you are using, and not just the json snippet of > it? > > Viz Kid > > On Thu, Jan 20, 2011 at 1:32 AM, Otto Walker > <[email protected]>wrote: > > > > > Hi There, > > > Today I started to get this error message on a Bar Chart. > > "Incompatible series types." > > > Here is the data that I want to show in json format: > > > {"cols": > > > [{"id":"PRIMARY_DESC","label":"Value","type":"string","pattern":""}, > > {"id":"FREQ","label":"Frequency","type":"number","pattern":""}], > > > "rows": > > [{"c":[{"v":"Strongly Agree"},{"v":1097}]}, > > {"c":[{"v":"Agree"},{"v":473}]}, > > {"c":[{"v":"Neither Agree nor Disagree"},{"v":39}]}, > > {"c":[{"v":"Disagree"},{"v":5}]}, > > {"c":[{"v":"Strongly Disagree"},{"v":2}]}, > > {"c":[{"v":"Don't Know"},{"v":4}]}, > > {"c":[{"v":"Refused"},{"v":10}]}], > > "p":null > > } > > > any ideas? > > > -- > > 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]<google-visualization-api%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-visualization-api?hl=en.- Hide quoted > >text - > > - Show quoted text - -- 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.
