Skip to content
forked from d3/d3

A JavaScript visualization library for HTML and SVG.

License

Notifications You must be signed in to change notification settings

vinlyx/simplifyD3

 
 

Repository files navigation

Simplify D3

This is a simple modified version of D3.js. The source code is forked from mbostock's D3.js which is a JavaScript library for manipulating documents based on data.

The purpose of this modification is minimizing the size of the library (from 240KB to ~80KB). This library only contain the basic function of D3.js.

Removed modules: behavior, dsv, geo, geom, layout, time

API of complete D3.js See the wiki.

example of D3.js see the gallery and mbostock’s bl.ocks.

About

A JavaScript visualization library for HTML and SVG.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 4.3%
  • Other 0.8%