An Javascript-based charting and data-visualization API from Google. The API allows users to embed and customize charts, populate charts with local data, or fetch data from another site.
39
votes
14answers
67k 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 ...
26
votes
2answers
9k views
PHP MYSQL Google Chart JSON Complete Example
I have searched a lot to find a good example for generating Google chart by using Mysql table data. I have searched couple of days and i came to know that there are few examples available for ...
23
votes
5answers
18k 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 frequency. For example:
Date - Value
...
18
votes
15answers
24k views
Graphs/Charts in PHP [closed]
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 ...
18
votes
3answers
6k views
Remove padding or margins from Google Charts
http://code.google.com/intl/pl/apis/chart/interactive/docs/quick_start.html
and example on fiddle:
http://jsfiddle.net/invernizzie/T4yWz/1/
how to remove padding or margins in this example?
17
votes
2answers
9k 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 ...
17
votes
1answer
621 views
Google Charts y-axis values
I have a set of paired data:
[(x_1,y_1), (x_2,y_2), (x_3, y_3)]
and I want to make an XYChart out of it using the python GChartWrapper library such that that the y-axis values are a transformation ...
16
votes
2answers
5k views
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 chart tools (not the image chart tools), and am wondering if it's possible to use a ...
11
votes
3answers
7k views
Can Google Charts support dual y-axis (v-axis)?
The Flot chart api supports dual v-axis scales, as shown by this example.
I'm using Google Charts - is this possible also with Google? I've had a look through the examples and docs, but can't find ...
11
votes
10answers
10k 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 ...
11
votes
6answers
12k views
google charts api and jquery problem
Hey guys. I've got really weird problem here
I'm trying to use google charts API. I also use jquery. I've got several functions that instantiate various charts. So - when I simply call them without ...
10
votes
2answers
5k 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
9
votes
1answer
8k views
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 one small thing - I'd like the baseline of the chart to be at 99.8, and the ...
9
votes
3answers
10k 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?
9
votes
6answers
6k 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 ...
8
votes
2answers
2k views
How does one go about creating an Histogram using the google chart api?
Other than using the Column chart and naming appropriately is it possible to create histograms in google chart api?
7
votes
2answers
3k 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: ...
7
votes
1answer
479 views
Google Combo Charts?
I have 4 entities and I show them for 4 days. But first and last days I cant see other 2 entities.In 3 August I cant see T0,T1. In 6 August I cant see T2,T3.
Codes
var evalledData = eval("(" + ...
6
votes
8answers
8k views
Google Charts Visualization Column Chart axis formatting and column colors
I have this Column Chart using Google's Visualization Chart API tools. How would I make it so the y-axis numbers are only positive whole numbers? I've tried looking through the documentation but ...
6
votes
4answers
3k views
How can I get Google Charts to display multiple colors in a scatter chart?
I would like to display multiple colors (and potentially shapes and sizes) of data points in a Google Chart scatter chart. Does anyone have an example of how to do so?
6
votes
2answers
12k views
Google Chart Tools with PHP & MySQl
I'm trying to create a chart using the Google Visualization API, with PHP & MySQL in the background.
What I'm doing is:
getting the data from db using PHP / SQL $sth = mysql_query("SELECT * ...
6
votes
1answer
854 views
How can I draw a Gantt chart in Google Chart Tools?
I am trying to implement a Gantt chart using Google Chart Tools, but I have not found the correct option in Google. How can I do this?
6
votes
2answers
724 views
How can I position a Google chart in a webpage?
I am using Google chart. The positioning eludes me. I haven't located that part in the documentation. I simply want to create a Google chart inside a div with the top left corner positioned in (x, y) ...
6
votes
4answers
4k views
Google dashboard with filters from grouped data - how to chart grouped data
I am looking to create a Google charts API dashboard with filtering but I would like to chart the data based on grouped data. For example, I can create a datatable such as this:
salesman cust_age ...
6
votes
3answers
1k views
Google Charts - full html in tooltips
I am trying to make Google Charts Display custom tooltips with full HTML in them.
I know how to enable tooltips and pass appropriate data - the problem is - even when allowHTML option is enabled, the ...
5
votes
4answers
7k views
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 of labels in a small chart.
Thanks
5
votes
1answer
3k views
Formatting google charts programmatically
Using the following code how can I set the formatting so that CurrencyValue1 and CurrencyValue2 is shown with a dollar (as a currency value) in the chart?
function drawChart() {
var data = new ...
5
votes
4answers
3k 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 ...
5
votes
4answers
2k views
Can JavaFX 2.0 serve as a scientific charting package?
I am writing a scientific experiment control program in java which includes a GUI.
I help choosing a charting library for this task.
The program will contain two types of charts:
A line chart with ...
5
votes
1answer
2k views
Jqplot vs Google chart API [closed]
I am looking for a charting library and zeroed in on JQplot the library looks impressive.
however i didnt got much info about(reviews) about Google chart API, has any one compared the pro's and cons ...
5
votes
1answer
426 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 ...
5
votes
3answers
7k views
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('number', '');
data.addRows(2);
...
5
votes
1answer
2k views
Google Chart API - is it possible to download the .js and work on it offline?
I would like to use the Google Chart API in one of my project.
is it possible to download ONE javascript for it so that I can work offline.
I tried to download the script refered from the html page ...
5
votes
4answers
679 views
API for displaying graphs in a web app? [closed]
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
2answers
2k views
Controlling hover label of data point in Google Chart [duplicate]
Possible Duplicate:
How to change tooltip text for google chart api?
I am using Google Charts to create a line chart:
...
5
votes
1answer
2k views
How to show an Empty Google Chart when there is no data?
Consider drawing a column chart and I don't get any data from the data source, How do we draw an empty chart instead of showing up a red colored default message saying "Table has no columns". Any help ...
5
votes
3answers
1k 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 = ...
5
votes
1answer
548 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
2answers
4k views
Google Chart's in IE7
I am using the visualization library the charts works fine in Firefox/Chrome, however when I test in IE7 I am getting a different font showing up on the chart. Different computers yield different ...
4
votes
1answer
1k views
Google Line Chart: drag to adjust value
I've recently dropped use of Graphael and and extensions package Ico. I think it's still a great library, it just needs better documentation and a proper API before it can be widely adopted.
I've ...
4
votes
5answers
4k views
Can I customize the tooltip text in a Google Geochart chart?
Below is the code I'm using, based on a how to I found in Google's documentation, but I'm not sure if it applies to the Geochart, if I'm doing it right, or if there is some other way to do it for a ...
4
votes
3answers
7k views
is it possible to have multiple google charts in one page?
I am using Google visualization api.
Following is my sample code. Either of the two charts can be shown if it is the only one to be drawn. But I can not get both working. Thanks for your advice.
...
4
votes
5answers
263 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
2answers
3k 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 ...
4
votes
2answers
3k views
Google Pie Chart not displaying Internet Explorer 8
I'm using a Google Pie chart which displays as expected in Firefox but doesn't display in IE8 and gives the following error in the console:
SCRIPT5022: Every row given must be either null or an ...
4
votes
4answers
874 views
Insert Links into Google Charts api data?
I have been playing around with Google charts quite a bit over in the google charts play ground here:
Link
The code I have been playing with is this:
function drawVisualization() {
// Create and ...
4
votes
1answer
3k 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 ...
4
votes
2answers
651 views
Is data sent to Google when using the Google Visualisation API?
I am developing a web app for a client and I want to use the Google API's to draw some nice graphs.
The client has some sensitive data and has raised some concerns about security, specifically, they ...
4
votes
3answers
2k views
Date Range Google Chart Tools
I'm trying to display data on a line graph using Google Charts. The data displays fine, however I would like to set a date range to be displayed.
The data is sent from the database in a JSON literal ...
4
votes
1answer
537 views
Google Charts yaxis higher values displayed lower
I am looking for a way to display rankings across time, using Google Charts.
(this is the same question as here, but this time using Google Charts instead of Highcharts)
Is there a way to display ...
