Skip to content

Kyrand/d3-colorbar-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3-colorbar-plugin

A little d3 colorbar, used as an example for this article http://kyrandale.com/blog/building-d3-plugin/

Running

The easiest way to run this demo is to use a Python or nodejs one-line server:

$ python -m SimpleHTTPServer -p 8080

or, with nodejs

npm install -g http-server; http-server

Then just open up a browser and go to http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published