Skip to content

A vue component library for data visualization with d3.js

Notifications You must be signed in to change notification settings

dimassudjito/d3ja-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Props Description
tree a string of newick format to represent the tree

About

A vue component library for data visualization with d3.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published