1
0
mirror of https://github.com/d3/d3.git synced 2026-02-01 16:41:44 +00:00

Update README.

This commit is contained in:
Mike Bostock 2016-05-13 10:44:24 -07:00
parent 3e826430fc
commit 96b837602b

View File

@ -2,7 +2,7 @@
<a href="https://d3js.org"><img src="https://d3js.org/logo.svg" align="left" hspace="10" vspace="6"></a>
**D3** (or **D3.js**) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using HTML, SVG, CSS and Canvas. D3 combines powerful visualization and interaction techniques with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers and the freedom to design the right visual interface for your data.
**D3** (or **D3.js**) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using SVG, Canvas and HTML. D3 combines powerful visualization and interaction techniques with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers and the freedom to design the right visual interface for your data.
Want to learn more? [See the wiki.](https://github.com/d3/d3/wiki)