Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

mapbox/d3-bucket-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3 bucket ui

A drag & drop bucket to bucket UI. Uses d3 in a minor way since HTML5 Drag and Drop doesn't work well on iOS.

example

var broker = bucket();
d3.selectAll('.bucket-deposit .bucket').call(broker.deposit());
d3.selectAll('.bucket-store .bucket-source').call(broker.store());

About

a drag and drop bucket ui for d3

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published