Table as the name of the column in chart

9 views
Skip to first unread message

Serek

unread,
Mar 1, 2017, 7:00:15 AM3/1/17
to Google Visualization API
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 ;)


Reply all
Reply to author
Forward
0 new messages