Tuesday, December 23, 2014

D3 Data Driven Documents

I have always wondered seeing the power of SVG (Scalar Vector Graphics) in modern day web. It creates the wow effect automatically to all our digital apps with the flexibility it provides for our shapes and colors .But this svgs are difficult to handle. Be it creating them, playing with them and using them for our various daily problems. There are tools before and there are tools after today but D3 is extremely powerful in handling the SVG.

This D3 for SVG does same what jquery does for html DOM. It gives flexibility to create your own designs live and need not put constraints normal plug-gins do.All charts like pie, bar and node and the new charts you can envision can become live and amuse the customers,

And you can make your sites interesting with visualizations and make users happy. What more can you ask?

d3js.org
http://www.lynda.com/sdk/D3js-tutorials/Data-Visualization-D3js/162449-2.html

No comments:

Post a Comment