Oliver Kilk
unread,Mar 27, 2012, 3:25:58 PM3/27/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
<---
var options = {title: 'Keskmine kütusehind Eestis',
height: 260,
backgroundColor: {
stroke: 'black',
fill: '#D6D6D6'},
hAxis: {
gridlines: {
count: 10}}
};
var chart = new
google.visualization.LineChart(document.getElementById('chart_div'));
chart.draw(data,options);
}
--->
My concern is that only options that apply to my chart is 'fill' and
'height'.
Data is described here:
<---
data.addColumn('date', 'Kuupäev');
data.addColumn('number', 'Bensiin 95');
data.addColumn('number', 'Bensiin 98');
data.addColumn('number', 'Diisel');
--->
Numbers and dates should be.