Home

Awesome

Build Status Coverage Status npm version

vueplotlib

<img src="./examples-src/screenshot.png" alt="V" width="300"/>

This repository will serve as a place for reusable Vue plot components (built with D3). These components were developed for use in ExploSig.

Features

Installation

yarn add vueplotlib

Example Usage

Please see the vueplotlib-examples repository for minimal examples of usage.

Plot Components

Stratified Plot Components

Genome Plot Components

Axis Components

Legend Components

Other Components

Future Plans for Components

Development

Install dependencies:

yarn

Serve for development at http://localhost:8080:

yarn run serve

Build for production (generates /dist and /examples):

yarn run build

Run tests with jest:

yarn run test

Compile documentation with documentationjs:

yarn run docs

<br><br> This was inspired by the following projects: