This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //inspired by http://bl.ocks.org/3014589 | |
| //and http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/ | |
| //set to true for debugging | |
| //tributary.trace = true; | |
| trib.number_bars = 100; | |
| trib_options.number_bars = {min: 1, max: 400}; | |
| var Handle = function() { | |
| var data = new Backbone.Model({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //inspired by http://bl.ocks.org/3014589 | |
| //and http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/ | |
| //set to true for debugging | |
| //tributary.trace = true; | |
| trib.number_bars = 100; | |
| trib_options.number_bars = {min: 1, max: 400}; | |
| var Handle = function() { | |
| var data = new Backbone.Model({ |
NewerOlder