Thanks asgallant, I've added the category focus, and that helps a bit, but I'm still having problems with nulls in my data set, getting the error about everything needs to be the same data type
['Year','Health (P)','Health (A)','Gender (P)','Gender (A)','Education (P)','Education (A)','Agriculture (P)','Agriculture (A)','Social protection (P)','Social protection (A)','Environment (P)','Environment (A)','Water/sanitation (P)','Water/sanitation (A)'], ['2008',81.06,null,1.32,null,94.68,0,13.41,null,30.36,null,19.78,null,36.87,null], ['2009',27.13,null,22.34,null,33.6,null,79.92,null,1.34,null,89.77,0,15.68,null], ['2010',104.89,0,14.61,null,33.46,null,30.29,null,22.28,null,107.81,null,1.39,null], ['2011',55,0,110.69,null,1.3,null,106.24,0,14.45,null,27.34,null,30.71,null], ['2012',29.96,null,27.88,null,44.77,null,133.83,null,1.31,null,105.01,null,17.83,null], ['2013',0,null,0,null,0,null,0,null,0,null,0,null,0,null] Results in an error, but replace those values with a zero and it's fine. What am I missing? -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/HxTtx7g3Fl0J. 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.
