Skip to content

Commit 6096cd3

Browse files
author
Robert Jackson
committed
Tweak zoom out limit...
1 parent a8208ac commit 6096cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/basic-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default Ember.Component.extend({
138138
});
139139

140140
let zoomHandler = zoom()
141-
.scaleExtent([0.1, 3])
141+
.scaleExtent([0.05, 3])
142142
.on("zoom", () => {
143143
g.attr("transform", event.transform);
144144
});

0 commit comments

Comments
 (0)