Skip to main content

Home/ ACSE Discussion/ Group items tagged d3

Rss Feed Group items tagged

Doug Peterson

d3.js - 0 views

  •  
    D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.
Doug Peterson

bl.ocks.org - 999346 - Dynamic Node-Link Tree (D3) - 0 views

  •  
    This is an example of building a tree layout using the Reingold-Tilford "tidy" algorithm, as described in "Tidier Drawings of Trees". As each new element is added to the graph, it animates in, starting at the previous position of the parent node. Thus, the existing nodes and the new node transition smoothly to their new positions. The animation stops when 500 nodes have been added to the tree.
1 - 2 of 2
Showing 20 items per page