Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Jason Davies ed131d2374 Add support for interpolating null transform lists.
For consistency with CSS3 [1], a null "from" or "to" transform list is
replaced by an identity function list whose types match those of the
non-null transform list.

[1]: http://www.w3.org/TR/css3-transforms/#animation
2012-07-31 13:01:45 +01:00
examples Add support for interpolating null transform lists. 2012-07-31 13:01:45 +01:00
lib Update science.js to 1.7.0: fix science.stats.kde. 2011-09-09 23:37:59 +01:00
src Add support for interpolating null transform lists. 2012-07-31 13:01:45 +01:00
test Merge branch 'fix-time-full-year' into 2.9.7 2012-07-30 18:18:48 -07:00
.gitignore Add .DS_Store to .gitignore. 2011-11-03 09:06:04 -07:00
.gitmodules Replace submodule with package.json. 2011-08-18 10:10:16 -07:00
.npmignore Add .npmignore. 2011-11-18 16:52:35 -08:00
LICENSE Update copyright year. 2012-02-19 13:35:09 -08:00
Makefile Merge branch 'beautify' into 2.9.7 2012-07-30 19:43:47 -07:00
README.md Update README blurb. 2012-05-01 08:50:25 -07:00
d3.v2.js Add support for interpolating null transform lists. 2012-07-31 13:01:45 +01:00
d3.v2.min.js Add support for interpolating null transform lists. 2012-07-31 13:01:45 +01:00
index-browserify.js add browserify compatibility 2012-05-01 16:35:58 +02:00
index.js Fix index and package specification. 2012-03-29 22:00:15 -07:00
package.json Add generated file. 2012-07-19 11:02:35 -07:00

README.md

Data-Driven Documents

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3s 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.

Want to learn more? See the wiki.