Skip to content

Commit

Permalink
Min-Value for density
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meier committed Jul 29, 2015
1 parent b9487a7 commit 1ed1ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
draw();
}));

d3.select('#slider2').call(d3.slider().axis(true).min(0).max(20).value(8).on("slide", function(evt, value) {
d3.select('#slider2').call(d3.slider().axis(true).min(0.2).max(20).value(8).on("slide", function(evt, value) {
opts.density = value;
draw();
}));
Expand Down

0 comments on commit 1ed1ca0

Please sign in to comment.