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.
1
vote
1answer
20 views
How to call a javascript function with Lift after clicking a button?
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
9 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
27 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
21 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
21 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
21 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
32 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
35 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
107 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
26 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
32 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
12 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
30 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
18 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
35 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
71 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
28 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
20 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
53 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
53 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
57 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
33 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
114 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
34 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
71 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
31 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
36 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
36 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
0answers
101 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
21 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
74 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
9 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
38 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
48 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
35 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
175 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 ...
0
votes
1answer
52 views
Is there a way to draw merged cells on Google Chart Table?
I have designed a general purpose Dashboard editor based on Google Charts API.
I have been finding a way to draw merged cells on tables. I have readed all documentation about that, but there is not ...
0
votes
1answer
118 views
GWT Visualization API VisualizationUtils.LoadVisualizationApi
Assume an application exists where you have multiple different views, each containing multiple graphs of the same type.
My question is, do I need to load the visualization API each time I create a ...
0
votes
0answers
21 views
Google Visualization API PatternFormat - any way to determine row number?
So I have a pretty simple question -- hopefully there's a pretty simple answer.
https://developers.google.com/chart/interactive/docs/reference#patternformatter
On that page, there's an example chart ...
0
votes
0answers
39 views
How to generate Google Visualization Data Table with gviz_api for a Column Chart?
Any idea how to generate the same data table (as in the following link) for a google column chart with the gviz_api.DataTable api ?
...
0
votes
0answers
29 views
Fallback text if no results in Google Charts API
I am unable to find the right function from the google charts (Google Visualization API) that would set the text/message to be shown if no data is supplied to it/data supplied does not yield a ...
0
votes
1answer
80 views
Margin between legend and google vis. chart
I've got a google visualization graph and a legenda for that graph on top of the graph.
These are my graph options:
var chartOptions ={
width: 700, height: 500,
chartArea: {width: '80%', ...
0
votes
2answers
218 views
Google Chart: Needed Bar with “Different colors”
I have one page -- http://projectdemo.in/Dario/Dario/Panel_report_TEST_v015.html
Please refer This Graph "Surgical heart valve implant: Mechanical vs Biological mix, Q4 2012"
Now in this graph, i ...
1
vote
3answers
101 views
Easy way to see if DataView is empty?
Using the Google visualization api, is there an easy way to see if a DataView is empty?
https://developers.google.com/chart/interactive/docs/reference#DataView
I can see perhaps using ...
0
votes
0answers
50 views
How to plot comparison charts using Google Visualization API
Is it possible to draw a comparison chart having two DataTables with same column types and different values using google's visualization charts? For e.g. Is it possible to compare two line charts ...
0
votes
0answers
59 views
Strange Error when using chartEditor of Google Visualization API
I have a strange error when I want to use the chartEditor of Google Visualization API in my GWT project
I use The JavaScript Native Interface (JSNI) feature of GWT because the visualization wrapper ...
0
votes
0answers
109 views
Corecharts by Google Visualization aren't loading via ajax in jQuery tabs
I've a strange issue loading 'corecharts' by Google Visualization via ajax in jQuery tabs. I've the exact same issue as this one - Loading Google Visualizations via AJAX in jQueryUI tabs
I tried ...
3
votes
1answer
89 views
Understanding data privacy with Google Web Toolkit, and Google Charts
I have been playing around with GWT and GWT Visualization Wrapper API. One thing I learned recently is that GWT Visualization API does not work without an internet connection (I was working offline ...
0
votes
0answers
75 views
Loading Google Visualizations for core charts via AJAX in jQueryUI tabs
Loading Google Visualizations via AJAX in jQueryUI tabs
the link above is a similar doubt i have that is i need to use the google Visualization core charts with jqueryui tabs with ajax first it was ...
0
votes
1answer
120 views
Google Visualization API php ajax
I am using this Achieving Google Visualization chart reloads using ajax example to dynamically retrieve data from Mysql database and I get "Uncaught SyntaxError: Unexpected token <" error.
This is ...



