diff options
Diffstat (limited to 'app/templates/annotate/index.html')
| -rw-r--r-- | app/templates/annotate/index.html | 2 |
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); |
