They work when I tried them:  http://jsfiddle.net/JURx7/1/ 

Are you using the 'corechart' package or the 'linechart' package? 
 'linechart' is deprecated and does not support all of these options.

On Tuesday, March 27, 2012 3:25:58 PM UTC-4, Oliver Kilk wrote:
>
> <--- 
>  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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/rbcyvFXDdv4J.
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.

Reply via email to