Re: [visualization-api] Data Visualization using local data in real time.

47 views
Skip to first unread message
Message has been deleted

Bug Chart

unread,
Nov 2, 2009, 6:27:58 AM11/2/09
to google-visua...@googlegroups.com
Hi,

if I understand you correctly,
you want to visualize data from your local drive.

If this is the case,

HTH

BugChart

Meera Bavadekar

unread,
Nov 3, 2009, 7:38:21 PM11/3/09
to Google Visualization API
nk,

It depends on how complicated the data is and visualization
requirements.
If the data is relatively small, you can use embed the data in the
page as shown in various samples

var data = new google.visualization.DataTable();
data.addColumn('string', 'Foo');
data.addRows(...)


If the data is sizable, you can use the Data Source Library and setup
the Servlets.

-Meera Bavadekar
Reply all
Reply to author
Forward
Message has been deleted
0 new messages