You cannot post messages because only members can post, and you are not currently a member.
Description:
Welcome to the official Google Chart API developer discussion group! This is a forum dedicated to the exchange of information and opinions related to the Google Chart API.
|
|
|
Useful links to API libraries
|
| |
Hi,
thanks everyone for so much feedback and the great work creating API
libraries and tools. I collected links you posted and put them into a
document, so that people can find it easier.
[link]
Please let me know if I forgot something.... more »
|
|
New Features for the Google Chart API
|
| |
We released a new version of the Google Chart API today. It adds many
new features that you requested here in this group, for example
sparklines, radar charts and thematic maps.
The most important change however is that we removed the limit on the
number of requests. This means you can use the Google Chart API... more »
|
|
Updates to the Google Chart API
|
| |
It's nearly a year now since the Google Chart API was launched, and we've got some treats for you to celebrate! We've added a few new features, and spiced up some old ones. There are several new options for adding markers to your chart, including financial markers. You can also use invisible guide data sets to... more »
|
|
Easing the use of Google Chart API in Python (e.g Django)
|
| |
Recently, I had to work with the Google Chart API in couple of Django Apps, and I realized there was something available here (django-chart-tools)<[link]>, but sort of tied me down! True, that package sort of helps make using the API very "simple" for starters, but I quickly realized it got in my way.... more »
|
|
Order dates correctly
|
| |
Hi all the people,
i have building a chart like a result of mysql data and i have the
result data like this:
$grafData = "google.visualization.arrayToD ataTable([['Month',
'Electricidad', 'Gas', 'Agua'],['2007/02', 966, 812, 0],
['2007/02', 966, 812, 0],
['2007/03', 0, 0, 0],
['2007/04', 0, 0, 0],... more »
|
|
Google Chart API issue with legend and region borders
|
| |
Below is the URL dynamically built to present regions shaded to reflect a particular characteristic. I experience 2 issues: 1) The border between certain regions/states does not display (e.g. between Wisconsin, Iowa and Minnesota). I have tried different colors, but the borders do not display. Reviewing the documentation and support groups I... more »
|
|
Draw Area chart
|
| |
Hi alli!
I´m new using google chart so i think the question will be easy to reply.
How can i create two independent graphs within the same drawing so yo can change the points of one of them without change the other one?
My two desired graphs are:
- Areachart or LineChart with 10 points to show the flight of a plane.... more »
|
|
How do I set margins?
|
| |
Hey everyone, I'm trying to us the new bar charts. Can anyone help...on how to reduce the margins? See attached file, Thanks Jarrell <[link]>
|
|
google chart tool + JSF
|
| |
I would love to use this powerful tool in my java projects + JSF +
richfaces .. can anyone give me a hint how to do?
<html>
<head>
<script type="text/javascript" src="[link]
jsapi"></script>
<script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});... more »
|
|
jsonData php array error
|
| |
Hi, i have an interactive chart that has alot of datapoints (like from
1 to x number of rows)
this is my code for the Rows:
$rows[] = array('c' => array(array('v'=>date('m-d H:i',
strtotime($date))),array('v'=> 0),array('v'=>0)));
i sometimes get an error that I use too much memory for my $rows... more »
|
|
Using PHP in Google Line Chart API
|
| |
<?php
$mid = $_GET['id'];
//echo $mid;
// Connect to database server
$hd = mysql_connect("localhost", "root", "")
or die ("Unable to connect");
// Select database
mysql_select_db ("movie", $hd)
or die ("Unable to select database");
// Execute sample query... more »
|
|
Google Org Chart Showing up funny
|
| |
On Chrome, Safari, my Google Org charts are showing up funny w/ added
horizontal lines on it.
You can see what I'm talking about here:
[link]
What is causing this? I've pasted the code into the Google playground
and it shows up correctly.... more »
|
|
|