splatter-plot
Layout concentric rings of things( See demo ). The old MooTools version is here.
It supports direct linking to the classes through UMD as well as bundling via browserify and webpack.
Webpack/Browserify Example
var Splatter = ; var plot = selector: '#some_dom_id' shells: 5 // # of circles radius: 50 // the radius of each node on the circle offset: 10 // how much is shell is rotated spacing: 30 // the amount of space between each circle margin: 20 // the spacing around each node nonSequential : 'shell' //whether to distriute nodes randomly // ('shell', 'even' or absent) ; //add an image plot
Testing
For now it's just opening index.html
in your browser. Real tests will come soon.
Enjoy,
- Abbey Hawk Sparrow