var data = google.visualization.arrayToDataTable([
          ['Year', 'Sales', 'Expenses'],
          ['2004',  1000,      400],
          ['2005',  1170,      460],
          ['2006',  660,       1120],
              ['2007', 0,       0],
              ['2008',  0,       0],
              ['2009',  0,       0],
          ['2010',  1030,      540]

Can I have this without having zero place holders? i.e. is there an option 
that can do this? like format:'date' ?
 var options = {
          title: 'Company Performance',
          hAxis: {title: 'Year', titleTextStyle: {color: 'red'}

Thanks for any help... I am a newbie to google charts ;)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-chart-api/-/JfWC-kdrcXIJ.
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-chart-api?hl=en.

Reply via email to