0.3.8 • Published 4 years ago

zjvis v0.3.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

VIS Components

This repo provides a set of visualiation components for platform.

Usage

  1. To install dependencies, run yarn.
  2. Write your code in src/visualizations and import your component in src/index-dev.js.
  3. To start dev server with hot module reload, run yarn dev.
  4. To build the lib, run yarn build.
  5. To test the built component, write a test file test/<component-name>.test.js and run yarn test <component-name>.

Devevelopment

Follow the component interfaces designed by Ran Chen, which should cover

  1. accepted data type
  2. configurable props
  3. reactive property names

Note each component should have a method to respond to container resize event.

Document

Components overview.