Top "Google-visualization" questions

The Google Visualization API allows SVG, Flash, and Image charts and dashboards to be created based on data from a variety of sources.

Setting a hard minimum axis value in Google Charts API

I'm trying to build a Google Chart to show some uptime and downtime percentages, stacked. This works great except for …

javascript google-visualization
Vertical labels with google charts API?

Anyone know how to get x-axis labels to be vertical with google charts API? I need to fit a lot …

api charts graph google-visualization
Download link for Google Spreadsheets CSV export - with Multiple Sheets

I'm trying to find a link which allows me to download a CSV formatted version of my Google Spreadsheet. Currently …

google-sheets google-visualization google-sheets-export-url
Google Chart, different color for each bar

I have this Google Bar Chart: function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('string', ''); data.addColumn(…

javascript charts google-visualization
How to use dates in X-axis with Google chart API?

Is there a way to plot a chart with Google chart API so that the X-axis values are days in …

javascript asp.net vb.net google-visualization
set x Axis range in google chart

I try to create bar chart using google chart example var data = new google.visualization.DataTable(); data.addColumn('string', 'Topping'); …

google-visualization
google visualization chart, size in percentage

How do you set the size of a google chart in percentage : I have this in the html: <div …

google-visualization
How to set Google Charts legend width in JavaScript?

I am generating this Google Line Chart using the Google JS API. As you can see, the labels are very …

google-visualization
Google charts legend manipulation

Using google area chart: http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html Does anyone know how I …

javascript jquery google-visualization
Google Charts (JS) - is there a way of using a transparent background on a chart?

I'm using the Google Charts API to include various graphs on a webapp I'm working on. I'm using the javascript …

google-visualization