0.0.3 • Published 4 years ago
d3ja-vue v0.0.3
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-vueIn your vue file, import the desired component:
import { TreeOfLife } from 'd3ja-vue'and registered it as a component:
components: {
TreeOfLife
}TreeOfLife
| Props | Description |
|---|---|
| tree | a string of newick format to represent the tree |