Tagged Questions

A free API from Google that provides interactive charts and data tools. The API allows users to embed and customize charts, populate charts with local data, or fetch data from another site.

learn more… | top users | synonyms

25
votes
9answers
29k views

Pie chart with jQuery

I want to create a pie chart in JavaScript. On searching I found the Google Charts API. Since we are using jQuery I found that there is jQuery integration for Google Charts available. But my problem ...
14
votes
12answers
7k views

Graphs/Charts in PHP

I'm trying to find a good Graph drawing library for my PHP application. Currently I am limited to viewing the data in a table which while specific, is a bit ugly. I require a non-flash system if ...
12
votes
5answers
6k views

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 a month? I have data points that are not provided with the same frecuency. For example: Date - Value ...
8
votes
9answers
3k views

What good alternatives are there to Google Charts?

I have been experimenting with Google charts. Are there any alternatives that are reasonably as expressive but can be installed locally on your own web server? I don't like the idea of relying on an ...
8
votes
3answers
986 views

Best Google Chart library for .NET?

The Google Charts API offers a super-simple URL-based interface for visualizing data, and it's free for most uses. For example ...
7
votes
2answers
2k views

Google Chart HtmlHelper for Asp.net Mvc

Are there any HtmlHelper Extensions for Google Chart Api? (I like to use for some basic charts, e.g. Pie Chart, Bar Chart) Soe Moe
6
votes
5answers
366 views

API for displaying graphs in a web app?

I have graphs (nodes/arcs) that I want to display to the user. I need to be able to capture the event of a user clicking on a node. Something like Google Charts API's Simple Org Chart would be great, ...
5
votes
4answers
2k views

How to customize tooltips(text and Format) in Google Vizualization Bar Charts?

I am using Google Visualization Bar Chart and I would like to customize or change the tooltip text and format that appears when clicking on a bar. I have been through documentation but I didn't find ...
4
votes
2answers
142 views

How do I set color range in Google Chart?

I've created a ColumnChart and it has two bars. How can I set different colours on these two bars? I'm currently only able to set one color for both bars, This is part of the code I use: var d = ...
4
votes
1answer
528 views

Google Visualization API fails in IE8, 9

I am building a website that uses Google Visualization API, and it works fine (even in IE), except for production server. Basically: In all browsers not made by microsoft it works; In IE8, 9 on the ...
4
votes
0answers
206 views

Custom tooltip text in Candlestick chart of google charts

I'm playing a bit with Google Charts API, and actually I need to change the default text showed in the tooltip of candlestick chart. Not only to change the style, but also it's content. Does anyone ...
4
votes
1answer
203 views

Rails how to structure data for Google Charts

I want to use google charts to create a graph which looks like: GoogleChart.pie_400x200('Taco Bell'=>0,'Mediterranean'=>2,'Shivas'=>5) Given an object say Results(name, count). How can I ...
4
votes
1answer
525 views

Google Charts, hide the display of the column but keep the underlying data for use

In the following JSON: var data = new google.visualization.DataTable( { cols: [{id: 'Option1', label: 'Manufacturer', type: 'string'}, {id: ...
4
votes
3answers
848 views

How to change tooltip text for google chart api?

http://code.google.com/apis/chart/ <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> // Load the Visualization API and ...
4
votes
1answer
639 views

Integrate Google Chart Interactive with ASP.NET and C#

I want to create chart using Google Chart Interactive with ASP.NET and C# I was found this example http://code.google.com/apis/visualization/documentation/using_overview.html but i find problem how ...
4
votes
5answers
147 views

Get an array containing the number of posts created in the past 2 weeks

I want to create sparklines that illustrate the number of posts created on my blog in the last 2 weeks. To do this, I need to first generate an array that contains the number of posts created on each ...
4
votes
1answer
497 views

Google Charts API: Using a fixed set of datapoints

Is there a way to set the length of a data series using Google Charts i.e. send in 40 values and stipulate that the range is 256 values and have it plot the 40 values and leave room for (256-40) more ...
4
votes
5answers
3k views

Is there an SVG Map library like Google Charts?

I'm looking for large-scale world maps that I can shade by country. Google Charts has an API for this but it only allows you to generate a small map (440x220 px). Does anyone know of a way to generate ...
3
votes
1answer
91 views

How can I customize this Google Bar Chart?

Here is a google bar chart I am creating: http://jsfiddle.net/nGvdB/ I read up on the Google Bar Chart documentation here but I just cannot figure out how to customize this chart. Specifically, I ...
3
votes
4answers
185 views

How can I programatically generate venn diagram images with labels on top of the image?

I'm trying to generate Venn diagrams for a pdf report, with text on top of the distinct regions. We're using htmldoc to generate pdfs, which precludes text on top of background images. We use the ...
3
votes
1answer
613 views

Google Chart Tools API in Phonegap application for Android?

I´d like to add charts in my phonegap application. I have tested phonegap wiht Google chart image in wich you pass a fat url with the proper parameters and it returs a png image with the chart and it ...
3
votes
1answer
150 views

Write a custom formatter for Google Charts Api

I want to create a chart to display my time over a 10k run. Everything is working as it should, the only problem that I have is, that I want to format how the time is displayed. Currently the time is ...
3
votes
2answers
294 views

Is Google Chart Tool Api is free to use

can any body tell me is Google Chart Api is free to use in projects. and where to find this api to download and it's documentation
3
votes
3answers
1k views

ASP.NET MVC 3: Serialize List<T> into google charts json datatable

I'm looking for a generic way of serializing a List of objects into the google charts json data format. This example is quite close, but it's using a datatable.. I expect this would involve some ...
3
votes
1answer
244 views

How do I make Google Charts scale an extended encoding line graph properly?

For the life of me, I can't get this graph to display properly with extended encoding. If I change the axis range from 0 to 15, it looks correct, but if I change the axis from 9 to 15, the data is ...
3
votes
2answers
648 views

json to google spreadsheet

Does anyone know how to convert json data to a google spreadsheet? I'm trying to use the google chart api and can't think of any other way to link the data to the UI.
3
votes
5answers
1k views

How to Save Google Charts to the Server

Background: We're using Google Charts to create graphs of some data generated by our web app. The user creates a report and then emails that report. Trouble is, once the user opens the report in ...
3
votes
1answer
433 views

Google Charts - “Missing Query for request id: 0”

This error only appears if I try to put two charts on the same page. Both charts work perfectly if they are the only one on the page. The minute I add the second only the first one loads and I get ...
3
votes
2answers
253 views

PHP: Help formatting Google (bar) charts

I'm trying to make a horizontal bar chart with data from an array $values = implode(',', array_values($type)); $labels = implode('|', array_keys($type)); $img = ...
3
votes
1answer
536 views

How to remove tooltip window (on mouse over) from the google visualization core chart?

I want to remove the default tooltip window which occur when mouse-over event fire on a point of a line chart/area chart(new) from the core chart library. Also I want to know how to remove event from ...
3
votes
2answers
2k views

json to javascript - google charts

In the past I have used the following method to parse the json data appropriately so I can populate a select box: var request = null; request = $.ajax({ type: "POST", url: "url goes here", ...
3
votes
3answers
1k views

Google Charts Over HTTPS

I'm trying to load charts as images in a secured site. An example of a Google Chart image over https would be this: http://www.google.com/chart?cht=lc&chs=200x125&chd=s:helloWorld The ...
3
votes
2answers
1k views

comparison of flot versus google charts

i am starting up a website that needs a lot of sophisticated multi line charts. I see two top candidates for the job Flot Google Charts Does anyone have any recommendations or preferences on this ...
3
votes
4answers
861 views

Using Rails googlecharts gem on HTTPS/SSL site

I am using the googlecharts gem in my rails app for some simple charting. It works beautifully, except my app is required to be SSL encrypted at all times. In order to pull the google charts, the ...
3
votes
1answer
2k views

Google-charts: Transparency not working?

I'm trying to make a google-chart with transparency, but it seems not to work. It just draws a solid white background. Does anybody succeded with transparency? Am I doing something wrong? Thanks in ...
3
votes
7answers
1k views

What powers Google Charts? [closed]

Does any body know what powers Google Charts? I have been using it for a while but not sure what Google used to build it.
2
votes
2answers
112 views

Modify Google Charts API to look like Google Zeitgeist

If you look here: http://www.googlezeitgeist.com/en/top-searches/steve_jobs These charts are awesome looking. If you look here: http://code.google.com/apis/chart/ Noticeably less awesome looking. ...
2
votes
4answers
242 views

Using cURL to get google chart images through a proxy

I need to get images from Google Chart, but I'm behind a proxy. With the code below (changing $url) I can get images from other sites, but not from google: $url = ...
2
votes
1answer
73 views

Google Chart Tool - change language for xAxis

How to change (define) language (f.ex. france, polish, utf-8) to vAxis and YAxis titles?
2
votes
2answers
209 views

Google charts legend manipulation

Using google area chart: http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html Does anyone know how I can freelly manipulate the legends? Pretty much I want one of two: Be able ...
2
votes
1answer
88 views

PNG area chart with Google Charts API?

I want to make an area chart with Google's Chart API, but it needs to be the PNG format one so I can build a PDF. Is that possible? The Chart Wizard does not seem to support area charts. Also, I want ...
2
votes
3answers
638 views

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 narrow. How do I make it so that the whole label text is visible?
2
votes
1answer
323 views

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 ...
2
votes
1answer
56 views

Is there a Pay or Open Source World Map web widget that is larger than 440x220 and allows the water to be black?

For a project I just completed, I needed to show the winning selection of a poll in each country. Ultimately we used Google Charts API, because the other Google World Map products did not allow the ...
2
votes
2answers
537 views

Google Chart, diferent color for each bar

I have this Google Bar Chart: function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('string', ''); data.addColumn('number', ''); data.addRows(2); ...
2
votes
2answers
104 views

Google's charts for your customers?

Do you use Google's charts for your customers to view it? Google's charts may show report of number of orders or finance. Customer can login to the website and see their orders. I am concern what if ...
2
votes
1answer
145 views

Any way to create a simple timeline with Google Charts?

Is there any way to create a simple timeline of events with Google Charts? (I don't mean an annotated timeline.) In my case, I'd like to display a series of event times (not time intervals) in ...
2
votes
1answer
314 views

Using Google Annotated Time Line Chart Without Flash

I want a similar behavior Chart as Google Annotated Time Line Chart to display my Time Series Data from DataBase In our environment we are restricted using Flash . But i see that Google Annotated ...
2
votes
3answers
50 views

google charts wrong paint?

what is wrong with ratio? (100,200) https://chart.googleapis.com/chart?cht=p&chd=t:100,200&chs=300x120&chl=Hello|World
2
votes
1answer
148 views

Do Google charts store data?

I'm reading the Terms of use which can be found here: http://code.google.com/apis/visualization/terms.html But I do not see anything telling how Google use the data provided to generate the charts. ...

1 2 3 4 5 10