Hi, I dont think so. There is written in the example, that it is possible 
to use {v: value, f: 'formatted value'} 
(https://developers.google.com/chart/interactive/docs/datatables_dataviews#arraytodatatable).
But try thisone table data

var table = [
  ['Year', 'Votes'],
  ['item 1',  387],
  ['item 2',  {v: 465, f: 'test'}],
  ['item 3',  {v: 610, f: 'test'}]
];

it is working and there are formatted all rows except "item 1". I don't 
know why, I think there is an error in the google.corechart.

-- 
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/-/XhXXzugxZsQJ.
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.

Reply via email to