Hi,
ok great this works, but i have another question :)
When i use the line chart example from my first post, i use the
"dataView.setColumns(0,1);" to show or hide specific Columns..
At the moment is use the column ID´s 0,1 or whatever.. But can i use
instead of the Column numbers the name of the columns ?
If i have this Data:
var data = new google.visualization.arrayToDataTable([
['date','New York,'Austin'],
[20111001,2,3],
[20111002,5,6],
[20111003,8,9],
[20111004,11,12] ]);
var dataView = new google.visualization.DataView(data);
can i say dataView.setColumns('date','Austin'); ??
I have dynamic data, the headers are on every file different.. At the
moment i have 'date', 'New Yowk', 'Austin' but it can be anything like 'A',
'B', 'C' and so on..
Best regards
cyb
--
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.
For more options, visit https://groups.google.com/d/optout.