Hi Marc, You can try use ScatterChart and set the 'lineSize' to show the lines to mimic LineChart. ScatterChart supports number as the first column.
Felix Halim On Fri, May 29, 2009 at 9:23 PM, Marc Guillemot <[email protected]> wrote: > > Hi, > > LineChart requires a String as first column > http://code.google.com/apis/visualization/documentation/gallery/linechart.html > > I'd like to have Datetime as first column and use a DateFormat to > format it right, but it seems that the LineChart really doesn't accept > anything else than String in the first column. > > As a workaround I iterate through my String values, convert them to > number, create a date and set the formattedValue but it is not really > clean. > > Any better idea? > > Cheers, > Marc. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
