aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/annotate/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html
index 6a34f61..a9ce8a7 100644
--- a/app/templates/annotate/index.html
+++ b/app/templates/annotate/index.html
@@ -99,7 +99,7 @@ var width = +svg.attr("width") - margin.left - margin.right;
var height = +svg.attr("height") - margin.top - margin.bottom;
var zoom = d3.zoom()
- .scaleExtent([1, 10])
+ .scaleExtent([1, 50])
.translateExtent([[0, 0], [width, height]])
.extent([[0, 0], [width, height]])
.on("zoom", zoomed);