react-vis

v1.0.0
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

babel-node tests/index.js

build

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

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)

lint-styles

stylelint src/styles/*.scss --syntax scss

Metadata

  • MIT
  • >=0.10.0
  • Visualization Team
  • released 2/24/2017

Downloads

Maintainers