react-vis

v0.10.1
Data visualization library based on React and d3.
d3 react visualization chart es6 babel

docs

(cd showcase && npm run build && cp bundle.* .. && cd .. && git checkout gh-pages && git commit -am 'Upgrade docs' && git push && git checkout master)

lint

eslint src tests showcase --ignore-pattern node_modules --ignore-pattern bundle.js

test

tape -r babel-register tests/**/*.js

build

npm run clean && babel src -d dist --copy-files && node-sass src/main.scss main.css

clean

rm -rf dist bundle.* index.html && mkdir dist

cover

nyc --reporter=text --reporter=html --reporter=lcov npm test

start

(cd showcase && command -v yarn >/dev/null && yarn && npm start || npm install && npm start)

Metadata

  • MIT
  • >=0.10.0
  • Visualization Team
  • released 1/19/2017

Downloads

Maintainers