Categories

Ajax.org - pure javascript framework

Ajax.org Platform is a pure javascript application framework for creating real-time collaborative applications that run in the browser. Ajax.org Platform radically changes the way you write applications:

- Live markup
- Markup and JSON api
- Collaborative backbone
- 100% open source software

http://www.ajax.org/#demos/elements.chart.3dline
http://www.ajax.org/#demos/elements.flowchart

jQuery Visualize Plugin: HTML 5 Canvas

jQuery Visualize Plugin, ktorý používa HTML 5 Canvas:

$(’table’).visualize({ type: ‘pie’, pieMargin: 10, title: ‘my Graph’ });
$(’table’).visualize({ type: ‘line’ });
$(’table’).visualize({ type: ‘area’ });

$(‘table’).visualize({ type: ‘pie’, pieMargin: 10, title: ‘my Graph’ });
$(‘table’).visualize({ type: ‘line’ });
$(‘table’).visualize({ type: ‘area’ });

http://www.filamentgroup.com/examples/charting_v2/
http://www.filamentgroup.com/lab/jquery_visualize_plugin_accessible_charts_graphs_from_tables_html5_canvas/