Post Format

JavaScript Visualization Library for HTML and SVG: D3.JS

D3.JS is a small, free JavaScript visualization library for manipulating HTML documents based on data. D3 can help you quickly visualize your data as HTML or SVG, handle interactivity, and incorporate smooth transitions and staged animations into your pages. You can use D3 as a visualization framework (like Protovis), or you can use it to build dynamic pages (like jQuery).

JavaScript Visualization Library for HTML and SVG: D3.JS

D3 is not a traditional visualization framework. Rathser than provide a monolithic system with all the features anyone may ever need, D3 solves only the crux of the problem: efficient manipulation of documents based on data. This gives D3 extraordinary flexibility, exposing the full capabilities of underlying technologies such as CSS3, HTML5 and SVG. D3 is extremely fast, supporting large datasets and dynamic behaviors for interaction and animation.





Leave a Reply