0.3.8 • Published 5 years ago
zjvis v0.3.8
VIS Components
This repo provides a set of visualiation components for platform.
Usage
- To install dependencies, run
yarn. - Write your code in
src/visualizationsand import your component insrc/index-dev.js. - To start dev server with hot module reload, run
yarn dev. - To build the lib, run
yarn build. - To test the built component, write a test file
test/<component-name>.test.jsand runyarn test <component-name>.
Devevelopment
Follow the component interfaces designed by Ran Chen, which should cover
- accepted data type
- configurable props
- reactive property names
Note each component should have a method to respond to container resize event.