You cannot post messages because only members can post, and you are not currently a member.
Description:
The official Google Visualization API discussion group. This API allows you to create visualization and reporting applications over structured data and helps integrate these directly into your website or on a Gadget.
|
|
|
Google Visualization Api + SQL
|
| |
Hi,
I'd like to create a Google Vizualization of some data in a MySql
Database and I'm having problems.
Here is the source so far:
<?php
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error
connecting to mysql');
mysql_select_db($dbname);
$int_y_pos = -1;
$int_y_step_small = 1;... more »
|
|
gauge redraw speed
|
| |
Dear group,
I'm using a Gauge visualization to show speed of a moving object,
which is being animated on a 2D/3D map (Maps & Google Earth). I'm
noticing considerable jitter in the animation when I update the gauge
data and invoke the draw method... I get the feeling that this is due
to the little animation loop that the gauge goes through on each... more »
|
|
using java data source library with annotated time line graph
|
| |
Hi I am using java data source library and i have confusion
data = new DataTable();
ArrayList cd = new ArrayList();
cd.add(new ColumnDescription("Date Time",
ValueType.DATETIME, "Date Time"));
cd.add(new ColumnDescription("column1", ValueType.NUMBER,
"column1"));... more »
|
|
Y-axis Label Overlapping with the column Data
|
| |
Hi, I am new to gviz and trying to make a bar chart. I have used titleY and titleX to define the XAxis and Y-axis labels. But somehow, the Y-axis label tends to overlap with my column data. Please see attached screen shot below for further reference.: I have also pasted my code below : <!DOCTYPE html... more »
|
|
Problem viewing graph in IE
|
| |
Hi,
I am using the gviz api to generate graphs. My graphs have a date
column having date format as
'yyyy-mm-dd'. When i view my graph in IE the date format seems to be
corrupted.
But when i view the same graph in google chrome, it works perfectly
fine.
Kindly let me know your comments and suggestions on the same.... more »
|
|
Postgres Datasource
|
| |
I'm trying to get the sample SqlDataSourceServlet to work against a
postgres database.
Not getting much success and reading around, I arrived on this page :
[link]... more »
|
|
Vertical line on line graph (chm)
|
| |
I`m interested in adding a vertical line to my graph using
visualization, something similar to what`s in the first example of
this: [link]
I have code and have added chm within the options section of the draw
command but no matter what I do I can`t seem to get a vertical line... more »
|
|
Parsing error with select in DataSourceServlet
|
| |
Hi,
I'm implementing a more specific version of SqlDataSourceServlet.
Right now, the only difference is that I've hardcoded the database
parameters into the Servlet (instead of getting them from the request)
and make the servlet load the Mysql JDBC driver at startup.
If I call the Datasource without a select , it returns well. ie:... more »
|
|
What HTTP Status Codes Query.send(callback) Is Handling?
|
| |
Hi,
I am creating Table and Column Chart samples with our visualization
data source API query language implementation. In this API, other HTTP
status codes (e.g. 401, 403, etc) are returned for various errors. I
realized Query.send only invokes callback function when status code is
200. Could you let me know if Query.send is handling other status... more »
|
|
|