0.0.4 • Published 5 years ago

@devcharts/migration-chart v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Migration Chart

Introduction

Migration chart provides visualisation for categorical data (when data can be grouped). Migration chart can display upto five dimensions of data.

Working with source

Setup @devcharts/migration-chart

git clone git@github.com:workswithweb/devcharts.git

cd devcharts

yarn

yarn setup

cd packages/migration-chart

Running in dev mode (watch mode)

yarn run dev

Running in dev mode is preferable when changing source to watch for live build. When running in dev mode, two process are continuously running

  1. rollup process in watch mode to build all typescript files when changed
  2. node-sass process in watch mode to build all scss/css files when changed

Running unit tests

Unit test coverage should always be 100%.

yarn run test

Running unit tests in watch mode

yarn run test:watch

Production build

yarn run build

compiles all typescript and scss files and output to dist folder

Generates code in esm, cjs, iife module along with css files.