Category Archives: jgcharts

jQuery Google Charts 0.96

DEMO SITE.
Pubblico un aggiornamento del plugin e relativa demo. Ho linkato nella demo anche la GUI.
Ho aggiornato jQuery alla versione 1.3.1
Il plugin base (api) l’ho testato con tutti i browsers. L’helper che crea il grafico partendo da una tabella html non mi sembra avere bachi. Ho notato che Opera invece ha dei problemi con [...]

jQuery Google Charts Gui Beta 1

DEMO

Cliccare sul grafico
Personalizzare le opzioni
Cliccare sullo sfondo per uscire dalla GUI

jQuery Google Charts

DEMO SITE.
Basic usage:

var api = new jGCharts.Api();
jQuery(‘<img>’)
.attr(’src’, api.make({data : [[153, 60, 52], [113, 70, 60], [120, 80, 40]]}))
.appendTo(“#bar1″);

Table helper plugin:

jQuery(“.jgtable”).jgtable();

Json options:

jQuery.getJSON(
“../json/example.json”,
[...]

jQuery Google Charts 0.92

Work in progress…
DEMO (use metadata)
CUSTOM DATA (use JSON)
DASHBOARD
ZIP
UPDATE: 2008-06-09
- Rev 163
Fixed options in jgtable plugin
Added an example of inject json options usage
Injection added in jgtable, custom data, legend and axis labels
Examples:
http://www.istat.it/dati/dataset/20080429_00/
Indici dei prezzi alla produzione dei prodotti industriali venduti sul mercato interno.
Estrazione di minerali energetici (CA) Prodotti petroliferi raffinati [...]

jQuery Google Charts Plugin 0.9

Qualcosa più di un semplice wrapper.
Demo (Testato solamente su firefox)

© 2010 Massimiliano Balestrieri | Thanks, WordPress | Sandbox theme | Standards Compliant XHTML & CSS | RSS Posts & Comments