Skip to content

janneh/barchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barchart

Playing around with d3 barcharts

Usage

To create and update one

const chart = barchart({
  target: '.chart',
  data: randomData()
})

chart.setData(randomData())

To run the example

npm install
npm start

Open http://localhost:3000

About

Playing around with d3 barcharts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published