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.

PHP MySQL Google Chart JSON - Complete Example

I have searched a lot to find a good example for generating a Google Chart using MySQL table data as …

php mysql json charts google-visualization
Pie chart with jQuery

I want to create a pie chart in JavaScript. On searching I found the Google Charts API. Since we are …

javascript jquery jquery-plugins google-visualization
Remove padding or margins from Google Charts

Example fiddle How do I remove padding or margins in this example?

javascript html charts google-visualization
Hiding the legend in Google Chart

I am using the Google charts API. Is there a way to hide the legend for a scatter plot?

javascript google-visualization
Axis scale in google charts (from google spreadsheets)

I've generated chart form google spreadsheets. In my report for horizontal axis I have values: 1 ,2 ,3 ,4 ,5 ,10 ,20 ,30 ,40 ,50 ,100 ,200 ,300 ,400 ,500 ,600 ,700 ,800 ,900 ,1000. Chart interprets them as a …

google-docs google-sheets google-visualization
Google Charts - Change individual bar color

With Google Charts bar graph, is it possible to to change the color of one bar. For example I'd like …

charts google-visualization
Google Chart Background Color

I'm styling a google chart using the javascript api. I want to change the background of the area where the …

charts google-visualization
Bootstrap Responsive charts and Graphs

I am using Twitter's bootstrap for one of my application and want to show graphs and charts. I tried using …

twitter-bootstrap google-visualization
Are there any better javascript org charts compared with Google Org Chart API?

We are using google org chart API to display our org charts. This works well but we need something that …

javascript google-visualization orgchart
Google chart redraw/scale on window resize

How do I redraw/rescale a google linechart on window resize?

javascript jquery resize google-visualization