Visualize Words on My Blog Using D3.js
Checkout my blog as a bubble chart below using D3.js. Convert any page to a bubble chart using this link. At first glance D3.js appears to be more advanced than Raphael.js, Processing.js, and Bonsai. Wish I had more time to take a closer look … not for awhile. Read an interesting article combining the power of D3.js and Raphael.js Network Graph.
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.