Hmmm...I have a half-baked solution in mind: build your rows as a list of lists, where each sub-list contains the cells in the row, use a JSON serializer <http://msdn.microsoft.com/en-us/library/bb412179.aspx> on the list, and then in javascript, use the JSON.parse method on it. I don't know precisely how it would be implemented, but that would be the elegant solution.
Maybe the easier-to-implement solution would be to hack something together using ASP.net's localization features<http://msdn.microsoft.com/en-us/library/syy068tk(v=vs.100).aspx>to set the locale for those outputs to 'en-US', which would give the right decimal separator. On Monday, March 4, 2013 1:42:15 PM UTC-5, Matevz Uros Pavlic wrote: > > I am sure it's about the decimal point...there should be 5 columns but are > more now, because it renders the decimal separator as comma. Here's the > render; > > > Thank for the help, > m > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
