Hey Everyone,
I seem to have a strange problem. I am working on a simple dashboard that is using JQuery tabs to organize and display Google Visualization graphs. I am using a modified PHP wrapper to generate the JavaScript for the Google Vis side of things. The Google Visualization graph renders correctly in Chrome, Safari, and Safari f...
Ok I will explain my doubt again
I am writting this servlet code
http://code.google.com/apis/visualization/documentation/dev/dsl_csv.html#intro
the url to execute is /CsvDataSourceServlet?url=http://localhost:8084/WebApplication1/F2.csv
When i execute this code i get output result on my browser ... I am not understanding how that code i...
how can i make this entire process as 1 single event???
http://code.google.com/apis/visualization/documentation/dev/dsl_get_started.html
and draw the chart on single click?
I am new to servlets please guide me
When a user clicks the "go " button with some input.
The data goes to the servlet say "Test3". The servlet processes the dat...
Hi
I have to design such that whenever user pass a query I process it
using servlet and then call the js page to draw the chart
1> user writes a query on a page
2> the page call the servelt class
public class MyServlet extends Httpservlet implements
DataSourceServlet {..... return data
The user see a beautiful string like this..
g...
HI,
I have a visualization function in GWT which calls for two instances of the same panels - two queries. Now, suppose one url is A and the other url is B. Here, I am facing an issue in that if A is called first, then both A and B works. If B is called first, then only B works, A - times out. If I call both times A, only the first time...
Hi
i have given points of 2 lines. The x values are non equaly spaced. What kind of visualization (google visualization api) can i use to display the lines without interpolation of the missing data?
...
I'm using jQuery to retrieve some JSON data from an URL. I feed that data into a Google DataTable, create a Google AreaChart and draw the chart using the DataTable. Initialization of the charts is done in a function registered via setOnLoadCallback (as it's done in the Google examples). Everything works fine in IE, but not in Firefox. So...
Hi!
I'm using Google visualization API in my GWT app, AnnotatedTimeLine to be more specific. It works fine, but I'd like the chart messages and zoom options to be localized (message saying there is no data etc). I have specified locale in my module's XML file, but this doesn't seem to work. Still getting english messages. Any ideas?
Re...
I have an annotated timeline chart that gets new data over ajax. It's working fine, new points come in and I redraw the graph. My graph has two lines, so there are two labels in the legend on top. For whatever stupid reason, every single time the graph is redrawn, the legend labels swap places! So it will say
Foo 5.2 Bar 3.6
And th...
I would like to create an organisational chart as shown here:
http://code.google.com/apis/visualization/documentation/gallery/orgchart.html
I can create the JSON google.visualization.DataTable string using the .NET Visualization helper library from here:
http://code.google.com/p/bortosky-google-visualization/
Unfortunately with this he...
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!
...
Hey everyone, so I am working on creating a small class to help me work with the Google visualization API. You can see how it works here...
http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html
Here is google's implementation.
google.load('visualization', '1', {'packages':['annotatedtimeline']});
...
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 linked above, and passed in a simple string of a few words (@note.articletext), and the WordCloud worked fine.
<script type="text/javasc...
I'm attempting to change the value of a global variable inside a javascript function, however, the value does not seem to be taken, and I'm not sure why. (Admittedly, I am not an experienced javascript person.) Here is my code:
var title_chart = "";
google.load("visualization", "1", {packages:["corechart"]});
google.setOnLoadCallback(...
I need an elegant way to let users select a date range, what I would like to do is use the AnnotatedTimeline that Google Finance uses and hide the graph output. According to the javadoc for AnnotatedTimline http://gwt-google-apis.googlecode.com/svn/javadoc/visualization/1.1/com/google/gwt/visualization/client/visualizations/AnnotatedTim...
The Intensity Map provided by Google's Visualization API will not render beyond 440x220 pixels; I am looking for alternatives.
Any ideas for workarounds and/or alternatives? Thanks in advance.
...
hi ,
i want a sample code for google visulization line chart with ajax. i want to refresh the chart after 1min.
...
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 data through Google Visualizations API and generates some nice reports so I can track it easily and make sure it doesn't get out of hand.
...
Hi Guys
I am using GWT
If You look at my code , When I click on Hide button it clear the pieFlowPanel Panel but when I click on Show button it does not show my PieChart
final Panel panel = RootPanel.get();
final FlowPanel pieFlowPanel = new FlowPanel();
final Runnable onLoadCallback = new Runnable() {
public voi...
I'm trying to use jQueryUI tabs, loading the Tabs via AJAX.
The problem I'm having is with Google Visualizations placed on those tabs -- they don't appear when retrieved via AJAX.
I've setup a simple demonstration:
http://htmlto.com/ui/index.php is the tab page. Tab 1 should load the page seen here: http://htmlto.com/ui/tab1.php
But...