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.

Google Chart, how to move annotation on top of columns

I'm using Google Chart's stacked column chart, what i wanna achieve is to display the total on top of each …

annotations google-visualization stacked-chart
Google Pie Chart Legend Display

I am trying to use Google's Pie Chart API and have the chart and legend appear vertically with chart atop …

google-visualization pie-chart
How do I remove the legend from a Google geoChart?

How do I remove the legend that appears in the bottom of the Google geoChart? I know that if I …

google-visualization
Display item in legend even if value = 0 with Google Charts Tools Pie Chart

I'm using Google Charts Tools, specifically the Pie Chart. Naturally, if a item has a value of 0, it is not …

javascript google-visualization
How to bring 3D effect in google chart?

In google chart, for pie-chart it is easy to bring 3D view by just adding 'is3D':true. But how …

charts google-visualization bar-chart jsapi
Google Visualization API Format Secondary Y-axis different from Primary Y-Axis

I have some data that I am trying to display using the Google Visualization API (Google Chart Tools). I have …

google-visualization
Color in Google's Timeline Chart bars based in the a specific value

I would like to create groups of colors for the bars. The example below is raw. I would like to …

google-visualization
JavaScript Charts API: Flot jQuery Plugin OR Google Visualization?

I am looking for a charts library to be displayed on a website. I will use intensively this library (for …

javascript jquery charts flot google-visualization
jQuery dollar sign is undefined

In my quest to get historical information, i tried using the below code. Chrome debugger says that Uncaught ReferenceError: $ is …

javascript jquery google-visualization yql
Updating Data in Google Visualization DataTable

How do you update data in a google visualization datatable? Example: var data = new google.visualization.DataTable(); data.addColumn('string', …

javascript google-visualization google-datatable