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.
2
votes
1answer
103 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
1answer
321 views
Google Image Charts API - How does it work?
I'm looking to create something loosely similar to the Google Image Charts API, where by I can construct a query string, and an image is returned.
For example:
...
2
votes
3answers
3k views
Google visualization and y-axis values
This might be very simple but I have been unable to find any answer.
I have this visualization:
<script type="text/javascript">
google.load('visualization', '1', ...
2
votes
1answer
352 views
Is it possible to set a transparency on a Google Chart dynamic icon?
I'm calling this url from Google Charts to place a custom icon on my Google map.
http://chart.apis.google.com/chart?chst=d_bubble_icon_text_small&chld=home|bbT|HC|52B552|000000
In order to make ...
2
votes
1answer
91 views
Any idea of a similar Charting library? - Google Interactive Charts
the charts in question are the Interactive Geo Maps
I can't seem to find any alternatives.
Any ideas?
2
votes
1answer
258 views
What's the reliability of Google Chart API service?
I'm considering using Google Chart API. Is the API stable? Is the service uptime any good? There are no warranties about it on the Terms of Service. Has anyone known of large downtime periods?
2
votes
2answers
2k views
Get HTML area tag name from Javascript?
I would like to display area tag name after a person clicks on it. Unfortunately when I use code below for map area I get undefined name of obiekt name. It's weird because for textbox 'kot' it works ...
2
votes
1answer
496 views
Error when using gchart (googlecharts) gem - NameError: uninitialized constant Gchart
http://googlecharts.rubyforge.org/
I installed it with:
sudo gem install googlecharts
It installed fine, but whenever I try to use it I get:
NameError: uninitialized constant Gchart
Here is the ...
2
votes
1answer
2k views
load google annotated chart within jquery ui tab content via ajax method
I am encountering an issue with trying to load a google annotated chart (http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html) within a jquery ui tab using content ...
2
votes
1answer
524 views
How do I make a google charts larger by scale
I've just started using google charts and want to use it in a small project I'm workin on but I've bumped into a problem. The thing is I want the charts rather big at a static size and look good but ...
2
votes
1answer
105 views
Grand Total in Google visualization dashboard table
I have a simple Google visualization dashboard sample with one categorypicker control and a table. My code is given below.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
2
votes
1answer
58 views
Google Charts - How to pass a dynamic variable in options.series?
I'm making a reporting tool that uses Google Charts graphics.
I want to create Combo Charts but the number of datas is dynamic so i have to pass a variable "nbEGP" in options.series:
/* Création de ...
2
votes
1answer
412 views
How to switch from Google Chart Tools to D3.JS?
I use Google Charts to visualize a match data, but I want to use D3.JS from now on because of its large community and rich graphic tools. I had written a code for Google Chart, which pulls data from ...
2
votes
0answers
138 views
Google Charts Tooltips only works with a first row that has no tooltips
I'm trying to use tooltips in a google bar chart, and am running into a weird issue where my tooltips only work if the top row of my datatable has no tooltips in it.
When I do this, the chart ...
2
votes
1answer
670 views
Multiple baselines with dual y-axis Google Chart
I'm using the Google Visualization API for a simple sales chart that has two series, number of sales and sales value, that I'm showing on a column chart with two vetical axes. The sales value can be ...
2
votes
0answers
82 views
How to show time in addition to date in Google Charts?
My time-series-style Google Chart (google.visualization.DataTable) isn't showing times in the x-axis; only the dates.
How do I get it to show time increments on the X-axis? I understand how to ...
2
votes
2answers
546 views
Google Charts - Curved Line Chart incorrectly dips below 0
I have a Google line chart, I set 'curveType': 'function' so the graph is curved and has a nice appearance. My problem is that when a data point has a value of 0, followed by a following high value, ...
2
votes
1answer
130 views
How to add mouse click action to google treemap visualization
The google treemap visualization is very nice. Is there anyway to add a mouse click action to it (e.g. adding a hyper link so that a new browser window pop out when a particular tile is clicked.)? The ...
2
votes
1answer
592 views
Loading Google Chart Api using Ajax in html page
I am using Ajax code to load the html page
for example:
$.ajax({
url: 'Context.html',
dataType: 'html',
timeout: 500,
success: function(html) {
$("div#mainbody").html(html);
}
});
...
2
votes
1answer
80 views
Google Charts API - Grouping a table for a LineGraph
I currently have a table that looks like the following, and I'm trying to figure out how to create a line graph where the x-axis is 'Date', the y-axis is '# of API Calls' and there are three lines, ...
2
votes
0answers
3k views
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 and legend below. I only want the chart width to be 300px and have successfully moved the ...
2
votes
1answer
167 views
Making Google Annotated Timeline Fill zeros for missing dates
Is there a way to make Google's annotated timeline chart zero out dates not in it's data table?
https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline
I'd like
var ...
2
votes
1answer
841 views
Using jQuery slider to change Google chart viewWindow
I have prepared a simple test case with screenshot, demonstrating my problem and am probably missing a tiny bit, just few lines of code.
I have a diagram representing wins and losses in a web game ...
2
votes
0answers
450 views
Update Google Chart in real time with comet
I want to use Google Chart to create a bar chart that gets updated in realtime.
When the user loads the page, I want to show the current results. But as soon as the data in my database changes, I ...
2
votes
0answers
350 views
How can I know if Google Visualization is loaded
I'm showing Google's charts in some web pages. But I can't assure my clients will have network access to Google: a client computer will be in the same LAN as my web server (which can access Google), ...
2
votes
2answers
2k views
Loading a Google Chart via Ajax
I've put together a simple expenses tracking page and I'm currently trying to load a Google chart using .load() - however when I load my page I receive this error:
google is not defined
function ...
2
votes
1answer
1k views
Passing data to Google Chart API
Firstly, the Google Chart API example from Google (it is javascript) actually
<script type="text/javascript">
// There is of coz some thing else but i just ignore them, just focus on the ...
2
votes
0answers
488 views
adding dynamic markers with google charts
I have line chart I have created with Google charts. I'd like to add a dynamic marker to mark a particular point on that chart (and later I'll want to add a horizontal line). This looks like it ...
2
votes
1answer
386 views
Google charts “does not fit either the Control or Visualization specification”
When trying to add a Dashboard control to a working Google Charts item, I get
".. does not fit either the Control or Visualization specification" - relating to the line "var dashboard = new ..." ...
2
votes
1answer
373 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
1answer
582 views
Show captions above bars in Google Charts
I have simple Google Column Chart with one series of data. And i need to show captions above each bar, because tooltip not enough.
But there are no standart options to do it. You seen this?
...
2
votes
0answers
220 views
XML to google.visualization.DataTable
Is there any thing which can convert XML to Google DataTable?
I want to use Google Chart but I think it is the difficult part, converting XML to DataTable.
2
votes
1answer
465 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
2answers
552 views
ECG Curve in javascript using some chart library
I want to simulate ECG using javascript. i have done some part using JSXGraph using static point to show ECG curve, now the problem is i need to put a slider that will vary from 60 heart beats to 200 ...
2
votes
0answers
374 views
Tooltip cut off in google chart
chart.draw(data, {
width: 275,
height: 75,
legend:'none',
gridlineColor:'white',
pointSize:2,
chartArea:{left:0},
chartArea:{width:275},
colors:['red','green', ...
2
votes
2answers
722 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
0answers
1k views
Google Visualization Column and Bar chart vaxis and haxis labels overlap in firefox 3.6.12 and IE
Can anyone help me on this problem I am having with chart labels on
firefox and IE8, on chrome and safari the labels are working as they
are expected to, but on Firefox and IE, the axis labels will ...
2
votes
1answer
1k views
char limit with php file_get_contents() and Google Chart API?
the specific issue I am working on is enabling https with Google charts API, and a possible character limit when using php file_get_contents on a url string. Let me take you through what is going on. ...
2
votes
2answers
851 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 ...
2
votes
1answer
124 views
Google Embedded Charts
I want to use the Google Line chart in a way that there should be multiple lines being plotted, having multiple Data Points on each line. And when i click any data point then a small popup opens 0n ...
2
votes
0answers
434 views
Google SQL Pivot make 0 show NULL
I have a pivot table that I need to have return NULL whenever there is not a value in the database. This seems pretty simple when you look at the Google API for their query language:
...
2
votes
1answer
608 views
help using google charts to overlay multiple graphs
Im having a little bit of difficulty trying to figure out the best way to accomplish this.
I have 3 sets of data. Each set of data consists of 30 numbers. These numbers have nothing to do with each ...
1
vote
3answers
3k views
Google chart loading message
I have the following script which works, but has one annoying issue:
<html>
<head>
<script language="javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
...
1
vote
2answers
4k views
Google Chart - Show Data Annotations on Points - Interactive Line Chart
I need to show data points on the line chart, i.e. which appear on mouse over at a point, i need them all displayed by default i.e. not by mouse over. Any clues?
1
vote
2answers
1k views
How to use googlecharts gem?
I am trying to use the googlecharts (http://googlecharts.rubyforge.org/) gem. Where do you put the code to generate a chart (like Gchart.line(:data => [0, 40, 10, 70, 20]) )? How do you display it?
...
1
vote
4answers
224 views
Why is my Google Line Chart not displaying lines?
I am looping through a datasource to grab data. The chart displays with the legend I want and the correct x and y axis but the lines do not display. Any thoughts on to why this is? Source code below:
...
1
vote
2answers
2k views
put labels on top of inside bar in google interactive bar chart
I have created a bar chart using google Column Chart, now
I have only integer values in my datatable but google divide acis with float values, is there a way to force chart mark only integers?
is ...
1
vote
2answers
2k views
Google Charts Annotated Time Line Tips Not Appearing
I am trying to implement an Annotated Time Line Chart via Google Charts API. I successfully got it work, using an AJAX call to load data from a database, however I noticed that although the ...
1
vote
2answers
733 views
When using a date column, first and last bars are cut in half
When I use a column type of date, the first and last bars in the ColumnChart are cut in half. It seems to be rendering from mid-bar. It doesn't do this with non-date sets of data.
Is there any way ...
1
vote
1answer
670 views
Email Charts - Bar, Area and Pie Charts
I want to display Charts in my email - Bar, Area, Pie Charts. I tried a few CSS based Charts with inline styles but it still doesnt show up. Which is the best way to display Charts in email.
Are ...



