Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 586 Bytes

react-d3 examples

Dependency Status

Several examples for demontration the power of react-d3.

See ./simple for simple usage.

See ./detail for detail usage.

View more info in http://reactd3.org

Development

for development mode:

NODE_ENV=0 webpack

for production mode:

NODE_ENV=1 webpack
  • webpack.map.config.js map webpack.

  • webpack.config.js chart with detail configuration.

  • webpack.simple.config.js chart with simple configuration.