<---
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.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.