I am sorry if am posting in the wrong place. but i am having trouble changing the height of a table. how can i have larger cells. or where can i specify these tributes?
var data2 = google.visualization.arrayToDataTable([
['sites', 'Monthy', 'Quarterly','Yearly'],
['Site1', 1000, 400, 1000],
['Site2', 1170, 460, 1000],
['Site3', 660, 1120, 1000],
['Site4', 1030, 540, 1000],
['Site5', 1000, 400, 1000],
['Site6', 1170, 460, 1000],
['Site7', 660, 1120, 1000],
['Site8', 1030, 540, 1000],
['Site9', 1000, 400, 1000],
['Site10', 1170, 460, 1000],
['Site11', 660, 1120, 1000],
]);
var table2 = new google.visualization.Table(document.getElementById('table_div2'));
table2.draw(data2, {showRowNumber: true});
Find attached the output table. which as you can see is small and i would like to stretch it to fit the container (grey)