Chart

jQuery Dynatable - A funner, semantic, HTML5+JSON, interactive table plugin

jQuery Dynatable is a funner, semantic, interactive table plugin using jQuery, HTML5, and JSON. The purpose of Dynatable is to provide a simple, extensible API, which makes viewing and interacting with larger datasets easy. It provides a framework for implementing the most common elements out of the box, including sorting, searching and filtering.  

JointJS - Create HTML5 interactive diagrams in JavaScript easily

JointJS is a modern HTML 5 JavaScript library for visualization and interaction with diagrams and graphs. It can be used to create either static diagrams or, and more importantly, fully interactive diagramming tools and application builders. JointJS makes it easy to create visual languages & tools of various kinds.   The event-driven nature together with MVC architecture of JointJS makes it easy to plug-in any backend application.   JointJS - Features: basic diagram elements (rect, circ

arbor.js - a graph visualization library using web workers and jQuery

Arbor is a graph visualization library built with web workers and jQuery. Rather than trying to be an all-encompassing framework, arbor provides an efficient, force-directed layout algorithm plus abstractions for graph organization and screen refresh handling.   It leaves the actual screen-drawing to you. This means you can use it with canvas, SVG, or even positioned HTML elements; whatever display approach is appropriate for your project and your performance needs.  

AttC - convert html table to Google Charts automatically

AttC( Auto table to chart ) is a jQuery based javascript plugin that converts a standard HTML table to Google visualization chart and displays it on the page. It currently converts a table to one of these google charts: bar, column, area, line and pie.  

jQuery HighchartTable - transform HTML tables into nice Highcharts graphs

jQuery HighchartTable provides you a simple way to convert HTML data tables to Highcharts graphs automatically. It takes data and attributes from a table and parses them to simply create an Hightcharts chart.