D3 is a JavaScript library for visualizing data using HTML, SVG and CSS. It allows developers to bind arbitrary data to Document Object Model elements, and then apply data-driven transformations to the elements based on the data. Some key points are: D3 uses Scalable Vector Graphics (SVG) for visualization, HTML and CSS are prerequisites to use D3, Mike Bostock developed D3, common tasks in D3 include creating axes and scales, binding data to elements, and drawing basic shapes like lines, circles using SVG.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
1K views
Must Know in D3js
D3 is a JavaScript library for visualizing data using HTML, SVG and CSS. It allows developers to bind arbitrary data to Document Object Model elements, and then apply data-driven transformations to the elements based on the data. Some key points are: D3 uses Scalable Vector Graphics (SVG) for visualization, HTML and CSS are prerequisites to use D3, Mike Bostock developed D3, common tasks in D3 include creating axes and scales, binding data to elements, and drawing basic shapes like lines, circles using SVG.