Hi
I have a q.
I have:
var data = google.visualization.arrayToDataTable([
['Y', 'A', 'B'],
['1', 3, 2],
['2', 5, 4],
['3', 4, 3],
['4', 3, 2],
['5', 2, 1]
]);
Can I show this data as column name, like table or sth?
I want to table columns are equal to the columns of the chart and have the name row
Picture to show what i try to do ;)
