infro icon indicating copy to clipboard operation
infro copied to clipboard

look at refactoring the way init works

Open cakey opened this issue 12 years ago • 0 comments

Might possibly be better for init to take a selection like the rest of the code base, and then use setters for the rest of the options:

infro(d3.select("visualisation") .data("/my/path") .metric( "std_dev", function ) .filterable(...?

im not sure, but worth a think...

cakey avatar Oct 02 '12 12:10 cakey