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 -~----------~----~----~----~------~----~------~--~---
