Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 264 Bytes

d3.md

File metadata and controls

14 lines (8 loc) · 264 Bytes

D3.js

  • d3.js is a JavsScript Library for manipulating document based on data.

introduction

  1. d3 allow you bind arbitrary data to a DOM.
  2. then apply data-driven transformations to the document.

selection

  • D3 supply APIs for selecting DOM.