Yes, Im using corechart. http://www.liiter.ee/beta/uus/index_beta.html
On Tue, Mar 27, 2012 at 10:25 PM, Oliver Kilk <[email protected]> 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 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. > > -- *Tervitades, Oliver Kilk **[email protected]* <[email protected]> -- 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.
