A data visualization widget library
Vizwiz contains several widgets to help with data vizualization. They are meant to work together, communicating via custom JavaScript events.
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build --report
# run all tests
yarn test
# Run the documentation server at localhost:3000
yarn run docs