API Vizualisation et GWT

Dimanche, 21 décembre 2008, 22:01 | Category : développement web
Tags : , ,

Google annonce Google Visualization API pour GWT.
On peut voir dans la gallerie, toutes les visualizations actuellement intégrées en GWT.
Voila une solution qu’elle a l’air intéressante pour ajouter des charts dans mon appli GWT.
Sources

Google Visualization API Library now available for Google Web Toolkit
la gallerie
Getting started

Exemples

Annotated line chart

Une gauge pour qui se reconnaitra :

GWT 1.5 Release candidate 1 is available

Vendredi, 30 mai 2008, 22:04 | Category : Archives stefeclipse
Tags : , ,

Java 5 language support
New compiler optimizations increase performance
JavaScript Overlay Types
High-performance DOM API
Default visual themes

More informations and download links:
Google Web Toolkit 1.5 Release Candidate

Google charts API

Mercredi, 30 avril 2008, 22:14 | Category : Archives stefeclipse
Tags : , , , ,

in order to keep on on charts topic, let’s introduce the Google Chart API.
Idea is to generate a PNG image in response to an URL. This URL contains informations like:

chart type (line, pie, bar, map)
data
image size
labels
colors

For example, the following URL
http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250×100&chl=Hello|World
will provide this image: