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.
0
votes
0answers
9 views
gwt visualization api labels disappear when displaying multiple charts
I just want to display several Charts in the same Panel. It doesn't matter which chart types I use (Column, Line, Pie etc). The result is that only the first chart has labels, no matter how many ...
0
votes
0answers
11 views
spring mvc 3 and google datatable
I am new to google.visualization.datasource and I was wondering if there is a simple example for creating the datatable with a helper class and return it back to the client but, without using query ...
1
vote
0answers
11 views
'google is not defined' in custom spreadsheet function
I am trying to write a very basic custom function for my google docs spreadsheet. I have a column in the spreadsheet that lists every day of the year. It's a simple function that should scroll to ...
0
votes
1answer
10 views
Dynamically populate a Google Chart with Analytics API JSON
I've been using the Google Analytics API to get some JSON data relating to my GA account and I would like to plot this data on a pie chart using the Google Visualization API. However, I'm having ...
0
votes
0answers
25 views
treemap: choose div content by mouseover, and select and set by click
In http://jsfiddle.net/ppeer/7wJ7j/ I've put my treemap code.
At the center of it, is the mouseover and select (click) function:
google.visualization.events.addListener(TreeMapVisualization, ...
0
votes
1answer
43 views
Javascript error when using Google Visualization: Cannot call method 'getElementsByTagName' of null
my project structure contains a simple index.gsp in which a template should be rendered. the template itself has several divs in which a chart should be drawn when rendering this template.
when i use ...
0
votes
1answer
22 views
Using json data loaded in Jquery in Javascript [duplicate]
I am using google visualization to draw charts from data that I am sending by JSON. I read the data with JQUERY, however, when I want to use it in the javascript I get the variable undefined problem. ...
0
votes
1answer
23 views
Google Line Chart Legend Click Events
I want to hide the line in Line chart when ever the user clicks on the Line Chart legend. Is there any way that I can do it in Google Chart API ? I seen this feature on Highcharts.
0
votes
0answers
6 views
Get Id when chart box is clicked
I am using Google Visualization API Org Chart to generate a hierarchy. When the chart is generated, I want to get the ID from the box which was clicked.
I am passing ID and Name as string to generate ...
-1
votes
1answer
30 views
Php pie charts from mysql [closed]
My requirement is to create pie chart of Men, Women (not K)
by calculating no of M, W (sending the count to value) so I need to send in the following way but I have problem in getting data and logic
...
0
votes
0answers
11 views
Firefox GoogleVisualization Table Clickevent bug
I'm working with a Google Visualization Table with an Event-handler.
It works great in Safari, Chrome and IE.
But it's bugged in Firefox.
The problem is that, when working in Firefox, the row-data I ...
0
votes
0answers
12 views
How to handle offline mode for Google visualisation in GWT
I have a GWT application that uses many Google maps and charts. I want to have an offline mode where the user have the application installed on his the computer and without using the Google apps, he ...
0
votes
1answer
35 views
adding stroke to google chart
I have created an google area chart and give a pointSize of 5 as my screenshot below.
Is there a way to add a stroke to my points like the image below.
-1
votes
1answer
84 views
Google pie chart - move legend to a different location
How do I put the legend in different place? I dont want to use the legend the in default place in Google pie chart. Here is my code:
function drawChart() {
var data = ...
1
vote
2answers
56 views
How to call a javascript function with Lift after clicking a button? [SOLVED]
Here's my HTML code:
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
function drawChart() {
var data = new ...
0
votes
1answer
23 views
Gauge chart maximum value
Here is the code for simple Google gauge chart copied from Google code playground.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
...
1
vote
1answer
58 views
Google chart text is missing
I created test project from google chart example. But, then after adding some css text from chart is being missed like that below. What am I doing wrong?
This is CSS:
html,
body {
font-size: ...
0
votes
1answer
27 views
Styles not being recognized when attempting to change with a google fusion table query
I have an otherwise working application at Sample Web Site
I would like to change the display of the selected line from the default thin red line to a much thicker green (or red) line.
When I ...
0
votes
1answer
38 views
How to draw continuous charts with gwt-visualization
I'm using gwt-visualization to display some Google Charts.
Everything works fine except that I can't set up a continuous X-axis for my column chart. From my understanding, I only need to define the ...
0
votes
0answers
35 views
querying public google spreadsheet
I'd like to pull in the latest supported languages from the Google Maps javascript API to keep an internal select list populated.
Is it possible to query against the public spreadsheet found at ...
0
votes
1answer
41 views
Creating charts with GoogleVisualr
I have a sample app created to try out GoogleVisualr
I am trying to create a line chart with datetime on the x-axis and ratings on the y-axis. So a time series of chart of ratings based on the ...
1
vote
1answer
69 views
Cannot read property 'Query' of undefined
In this code snippet
`
1) function gvizSelect(tableid) {
2) var uri = "SELECT geometry FROM " + tableid + " WHERE name = 10095";
3) var queryText = "http://www.google.com/fusiontables/gvizdata?tq=" ...
0
votes
2answers
161 views
How to embed a PHP array into a google charts script?
first of all sorry this is so amatuer, I'm still very much a beginner.
I'm practising interacting with databases in PHP and displaying it nicely using Google Visualization. However my chart won't ...
0
votes
1answer
29 views
How do I remove the value label from a Google Visualizations gauge?
I'm using the Google Visualizations gauge on a page, but it's important that the value its displaying is not shown as a label right below the needle.
I've found two ways of doing this. Once you ...
0
votes
2answers
37 views
Trouble with making a ColumnChart from fusion tables
I am trying to create a column chart of the data from two rows (POTENTIAL_ and TOTAL_ROOF) based on a click (using my google.maps.event.addListener() ).
So basically one row of data will be ...
0
votes
0answers
29 views
Legend formatting when at top or bottom of Google Chart
I've got a chart where the legend consists of URLs (there could be many)
I'd like to arrange them in a vertical list or grid and get rid of < >, but can't seem to work out how.
I've had a look ...
0
votes
0answers
35 views
Jquery Tabs not working correctly with Google Graphs with 2nd/3rd tabs
im using google graphs with Jquery tabs on the first tab the graph appears perfect on a percentage, but when run from tabs 2 on wards the box appears the same size but the graph is smaller than the ...
0
votes
0answers
26 views
Dynamically add items to compare in annotated timeline
I have an Annotated Time Line which works statically perfect. I want users to be able to dynamically add or remove items to compare with each other. something like this:
...
0
votes
0answers
51 views
Jquery Datepicker in google dashboard category picker control
I have a google visualization control for picking date and month from the data table as shown below.
Is it possible to add the jquery date picker shown below for the above control?
0
votes
2answers
80 views
PieChart / Listener event of a google fusion table
I have a fusion table with two columns ('TOTAL_ROOF' & 'POTENTIAL_'). 'POTENTIAL_' is a subset of 'TOTAL_ROOF'.
Right now I am:
1) Showing formated row data determined by the users 'click'
2) ...
0
votes
0answers
35 views
google visualization: x axis values are not printing correctly
I have a simple chart in google visualization , The problem is my y axis values are cutting , it doesnt looks to be something very technical , i have tried different ways but no luck,
i thought may ...
0
votes
0answers
25 views
Google visualization toolbar
I came up from this link which explains about the google visualization toolbar to export data table. Is it possible to use this toolbar in Google visualization dashboard having category filter control ...
-1
votes
3answers
68 views
Using JavaScript Object values like an array [closed]
I'm fairly new to the JavaScript world, and I am not entirely sure how to use an object as if it was an array (accessing the information from within the Object via indexes, rather than specific ...
0
votes
1answer
99 views
Google visualization data grouping
I have a sample Google visualization dashboard with two controls and two column charts in which the second column chart is drawn using the aggregation of data table as,
'dataTable' : ...
1
vote
1answer
102 views
Can I create overlapping bar charts using Google Chart Tools?
I'm using Google Chart Tools to create charts for some of my data. I'm pretty much confined to the examples I can find in the Charts Gallery, and I can't find an example of an overlapping bar chart ...
0
votes
0answers
49 views
scatter chart google doesn't handle my json
I have google scatter chart which I want to fill its data dynamically(at next step). In order to do that, I have json string which I had created in javabean. Unfortunately,I am not able to put it ...
2
votes
1answer
176 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" ...
0
votes
1answer
48 views
How to implement custom events using Google Visualization?
I have the following code below using Google's Visualization library for charts. Currently, I have a selectHandler function that returns an alert for the column row.
Instead of an alert for the ...
0
votes
1answer
98 views
Google Visualization and Plone - “e[0].K is undefined” error message
I just posted this in the Google Visualization group, but I thought I would reach out to the Plone community as well for help.
I am using Plone 4.2.4 and wanted to integrate Google Charts with an ...
0
votes
0answers
42 views
Google Visualization API DATETIME
I am using google visualization to compare different times; waiting time, expected time, discharge time of a patient.
There is a connection to the database to retrieve these times.
However, the ...
0
votes
1answer
47 views
GVIZ: Custom label for continous axis(datetime)
I have a line chart where we plot some numbers against a datetime value on x-axis. Since, using datetime value on column type renders it a continuous axis, the column labels are auto generated.
We ...
1
vote
1answer
46 views
Google Chart — add “recession bars”
I have a Google Chart that works great. To add context to this chart, I need to add a series in the background that distinguishes weekends visually. The desired effect shown as applied to recession ...
0
votes
1answer
163 views
Error “Row given with size different than 2” when using Google Visualization
I have a template that uses jQuery/AJAX to pull some data. Getting the data isn't an issue, but I can't seem to use it in a way that GoogleVis wants. The line causing problems for me is ...
0
votes
1answer
24 views
How to incorporate href into google visualization library javascript?
I am using Google's Visualization library to draw a chart in my Rails app. My code right now is:
var data = google.visualization.arrayToDataTable([
['Phrase', 'Frequency'],
<% ...
1
vote
1answer
106 views
Google Visualization - joining multiple DataTables in Java
Basically I'm creating a GWT application using the google App Engine (Java), the Datastore and Google Visualization charts.
I used a simple line chart to represent the following information - ...
0
votes
0answers
10 views
I can't reload GVAreaChart?
I've just implemented google chart for my site, and want a smooth ajax function. Markup:
<cc1:GVAreaChart ID="TotalErrorsAreaChart" runat="server" ...
0
votes
0answers
47 views
Google Visualization: Trigger focusTarget for Linechart
I'm working on a project where we are displaying a dataset both as a Line chart and as a DataTable using Google Visualization. As we have it set up, the chart shows a highlighted dot and a tooltip ...
1
vote
1answer
61 views
google visualization api sum of a column
Is there any way to calculate sum of a column in table of google visualization API. For example in MS Excel there is feature for auto sum to calculate sum of a column. thanks.
1
vote
1answer
42 views
Putting ControlWrapper into a js function
I have a bunch of controlwrappers for my google visualization dashboard in the form of
var compositeScorePicker = new google.visualization.ControlWrapper({
'controlType': 'CategoryFilter',
...
1
vote
1answer
301 views
google visualization-Click event
I am using google visulaization for drawing pie chart.Issue i am facing is, i cant able to capture click event on pie chart.i am doing like this.
function drawchartfromRe()
{
dashboard = new ...




