0.0.3 • Published 3 years ago

d3ja-vue v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

d3ja-vue

d3ja-vue is a vue component library for data visualization based on D3.js. For now, most of the components are adaptation of Mike Bostock's D3 demonstration in Observable notes.


Installing

npm i d3ja-vue

In your vue file, import the desired component:

import { TreeOfLife } from 'd3ja-vue'

and registered it as a component:

components: {
    TreeOfLife
}

TreeOfLife

PropsDescription
treea string of newick format to represent the tree
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago