Tagged Questions
The Google Visualization API enables the creation of charts and reports from structured data. The resulting charts and reports can be included directly into a web site.
16
votes
5answers
5k views
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 area, line and bar charts mainly), so I prefer to secure my choice before starting ...
14
votes
3answers
2k views
Embedding googleVis charts into a web site
Reading from the googleVis package vignette: "With the googleVis package users can create easily web pages with interactive charts based on R data frames and display them either via the R.rsp package ...
9
votes
2answers
571 views
Google Visualization API - Geomap regions for Germany
After the release of new geomap package version I seem to have a
problem using geomap for German regions. Before the upgrade everything
seemed to work just fine. The problem is that if I try to show ...
9
votes
6answers
4k views
Are there any better javascript org charts compared with Google Org Chart API?
We are using this to display our org charts, but we need something that supports:
One person showing up in multiple places in the org chart
One permission reporting to multiple managers
Co heads of ...
9
votes
9answers
4k views
jQuery load Google Visualization API with AJAX
There is an issue that I cannot solve, I've been looking a lot in the internet but found nothing.
I have this JavaScript that is used to do an Ajax request by PHP. When the request is done, it calls ...
8
votes
4answers
1k views
Desktop Version of Google's Annotated Time Line Component?
I've been using Google's Annotated Time Line Visualization component for the last couple of weeks and I love it! I've been able to make plots with about 10k points without much trouble.
Do you know ...
6
votes
2answers
1k views
Any good Google Visualization Annotated Timeline tutorials?
I've been playing with google visualization annotated timeline and so far I'm comfortable displaying the data and adding annotations, but I'm fairly confused about how to implement getting additional ...
6
votes
6answers
262 views
Easiest ways to generate graphs from Python?
I'm using Python to process CSV files filled with data that I want to run calculations on, and then graph. I'm looking for a library to use that I can send processed CSV information to, or a dict of ...
5
votes
4answers
525 views
Alternative to Google Visualization's Annotated Timeline? (graphing library)
Is there any alternative to Google's Annotated Timeline Visualization API?
There's some bugs in the Annotated Timeline, and it doesn't appear they will be addressed.
Also it is a Flash based ...
5
votes
1answer
325 views
Graph Goat Teleportation Data with Google Vis. API via Chrome Extension
I just checked my Chromium task manager and noticed that my Goats Teleported count is abnormally high. I thought it might be a good idea to create a browser extension that runs the goat teleportation ...
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
1answer
526 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
1answer
774 views
Use parameter in function passed to google.setOnLoadCallback();
I'm trying to use Google Visualization API to display data gathered from a MySQL server. I want to get the data using PHP and then pass it into the javascript function call to create a chart. When I ...
4
votes
2answers
1k views
How to create the Google DataTable JSON expected source using C#?
How can I create the JSON source expected by the google.visualization.datatable using C#? Obviously using the JavaScriptSerializer is out of the question since the expected JSON has a weird structure ...
4
votes
2answers
1k views
Is there any way to export a Google Visualization org chart as an image?
Is there anyway to have an export function to export the Google Visualization organizational chart as an image? I want this as a feature of my website, so people can click a button or a link and ...
3
votes
1answer
88 views
Mirrored Stacked Column Chart - Javascript / C#?
I am looking for a library to use that will allow me to create mirrored, stacked column charts such as this.
For my web application, I am using the Google Visualisations API for interactive client ...
3
votes
1answer
196 views
Cannot view gvisMotionChart from printed html file
When I save the code for a Motion Chart into an html file and try to open it, I get the footer and the "initializing" progress bar blinks for a split second, but nothing else shows up.
so
M1 <- ...
3
votes
2answers
375 views
Google Visualization API - error calling method on NPObject
I've been playing with the visualization API aka dynamic charts and I've found that the example at http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html does not ...
3
votes
2answers
190 views
how do i set the correct height when using javascript google bar chart
i am using google bar chart and in the options there is a height property. depending on my dataset i need to set a different height as things either get squeezed together or there is tons of ...
3
votes
1answer
243 views
Loading Google Visualization before JQuery
I was having problems with the DOM since elemnets inside of google visualization tables/graphs were loaded before jQuery.
Therefore, i realized that i need to load google visualization before jQuery ...
3
votes
1answer
552 views
does google org chart visualization api support mutliple managers (coheads)
is there a way to support the use case where there are a bunch of people that report to two co heads of a group. it doesn't look like it from my initial testing but wanted to verify to be sure. i ...
3
votes
1answer
3k views
Updating Google Chart dynamically with PHP and JavaScript
I have a Google Chart (using the Google Visualization API, not Google Charts API) that populates on page load. After which, the user can select options from multiple drop-down menu's. I would like ...
2
votes
1answer
86 views
Google linechart visualization chart disappears when updating it?
I want to be able to update the line chart of google visualizations. My code was inspired by this Stack Overflow post.
Here is my code in question:
http://jsfiddle.net/YCqyG/5/
You'll see that when ...
2
votes
2answers
145 views
Remove hover tooltip from Google Visualization pie chart (core chart)
How to remove hover tooltip from Google Visualization pie chart (core chart)? Need to make it work cross-browser, eg, IE, FF, Chrome, Safari, Opera
Edit: I need the slices to be be clickable too.
...
2
votes
1answer
89 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
1answer
131 views
Converting special characters to utf-8 in googleVis charts
In this related question an html (or php) file is produced and a googleVis chart can then be loaded into a joomla (for example) article, using something like that
{source}
<?php
...
2
votes
1answer
171 views
How to write a custom formatter for Google DataTables (for use on visualisation api)
I'm looking to format my data in which I replace numbers with icons.
As far as I can tell Google do not currently have a formatter to do so:
...
2
votes
3answers
640 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
127 views
remove all child elements from google org chart
i'm using google organization chart to build chart similar to the attached screenshot.
there is a method called removeRow(nodeIndex) that is used to remove a node from chart, but the problem is that ...
2
votes
1answer
186 views
Loading Google Visualisation page into div with jQuery .load()
I have a page which displays a Google Visualisation graph:
page1.html
<script type="text/javascript">
google.load("visualization", "1", {packages:["corechart"]});
...
2
votes
2answers
187 views
Aborting a Google Visualization Query
Using the Query object in the Google Visualization API, I need to find a way to abort a request. I set up the query normally:
var qMyQuery=new google.visualization.Query('http://myurl');
...
2
votes
2answers
606 views
“Invalid JSON string” in Google visualization API example
I am roughly following this example. But must be doing something silly...
The server side Django view code:
data_table = gviz_api.DataTable(description)
data_table.LoadData(data)
json = ...
2
votes
1answer
247 views
Can I use Google Visualization API in Java Swing Application?
I want to use google visualization API to draw some charts in a Java Swing Application.
I have tried with JEditorPane which can load a HTML page in the swing application, but it doesn't support ...
2
votes
1answer
336 views
Where does Google keep this file used for Google Visualization can I make it local to my site? Also, any examples of code to get gauges to work in IE?
EDIT
Please see the produced html and Javascript here:
http://jsfiddle.net/GregMcNulty/K6Vrb/1/
According to this Comment 4 - the comment at the beginning of the file is causing issues.
My ...
2
votes
1answer
299 views
GWT query from client java side
Im trying to query a set of data from the server. The response should result in a DataTable instance that can be directly used to render a Google Visualization Widget (PieChart or whatever).
My ...
2
votes
1answer
865 views
Google line chart visualization with JSON blob
So I have a google line chart visualization with a data set that has been converted to JSON
Here is some code with properties:
var chartOptions = {curveType: 'none',
width: 1200, height: 768,
...
2
votes
0answers
60 views
How to remove formatting from Google Table Visualization
I want to add a bar formatter on the sorted column of Google table viz. So when sorting changes from one column to another I need to remove formatting from my previous sorted column and put it on the ...
2
votes
2answers
761 views
Google Visualization (PieChart/LineChart) Jquery Ajax Firefox issue
I have run into a bug with firefox and have searched all over and have not seemed to find the answer to an issue I have been having.
My program works great in Chrome and IE, but the iframe charts ...
2
votes
2answers
417 views
GWT Visualization best practice
I'm new with Google Visualization for GWT and I need help. Can someone tell me which
is best pratice to transfer DataTable (data for visualization) with
GWT RPC. Cause DataTable is not ...
2
votes
2answers
503 views
Need help: Reading my Google spreadsheet, keeping it private
Getting super frustrated trying to get this working. Basically this is for a site (x10hosting.com) where I can't include the zend gdata framework, so I'm trying to use the Google Data API with php ...
2
votes
1answer
91 views
Error caused by string being too big when passed to Google Visualization API
I am trying to create a WordCloud through the Google Visualization API. You have to create a google.visualization.DataTable and add the string to a cell in the table. I basically copied the example ...
2
votes
1answer
169 views
Is there a ManyEyes API?
I can't find one. But I find it hard to believe they've built the service without an API. Can it be true?
If so, can anyone suggest an alternative, other than the Google Charts API?
Thanks!
2
votes
2answers
549 views
Google Visualization API - Line and Scatter on one Chart
Does any one know if it is possible to use the Default Google Scatter Chart in the Google Visualizations Gallery to draw a scatter chart that has both a series with points only, a series with a line ...
2
votes
0answers
409 views
Google Chart APIs for plotting data in local machine
Preface:
I am a system programmer (who has just started his career as a S/W Engineer), so not very good @ web scripting languages, though I have just started learning them.
Problem Synopsis:
I ...
2
votes
1answer
1k views
Google Visualization Annotated Time Line, removing data points
I am trying to build a graph that will change resolution depending on how far you are zoomed in. Here is what it looks like when you are complete zoomed out.
So this looks good so when I zoom in I ...
2
votes
2answers
2k views
Using Google Visualization in GWT 2.0
I'm working on learning GWT (total newb) and have a question regarding the Visualiztion API provided by Google. This page:
http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted
...
2
votes
1answer
475 views
Google Visualization API chart in Blogger / Blogspot
Is it possible to embed (chart) visualizations created by the Google Visualization API in a Blogger post?
I tried stripping out the <head> and <body> tags (and closing tags) from the pie ...
2
votes
3answers
1k views
ColumnChart google visualization column color change
Does anyone know if I can hack google's visualization ColumnChart api chart somehow, to make a single column stand out with a different color, like so:
I know you can do it with ImageChart, so I ...
2
votes
2answers
4k views
Uncaught TypeError: Object #<a Document> has no method 'write'?
When trying to include google visualization api into a page on google app engine, getting this error in the developer tools console in Chrome: Uncaught TypeError: Object # has no method 'write'
In FF ...
2
votes
1answer
1k views
Google Visualization API - Org Chart Layout
Using the Org Chart in the Google Visualization API, is there a way to flip the chart to a vertical layout instead of horizontal.