so yes.. the issue is with MooTools 1.3 version. If you just include it then you start getting the error.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/ libs/mootools/1.3.0/mootools.js"> I tested on the playground as well. -Otto On Jan 20, 11:01 am, Otto Walker <[email protected]> wrote: > a co-worker will put more details in a second, we think it is a issue > with Mootools 1.3.0 because we are not getting the error with 1.2.5 > version. > what drives us crazy is that we have a static copy of Mootools locally > and that didn't changed... we are doing a diff and see what we can > find. > -O > > On Jan 20, 1: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. -- 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.
