diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-27 14:08:45 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-27 14:08:45 +0000 |
| commit | d3f414dd3a6f8187419f489f6419681c8aefc960 (patch) | |
| tree | 2f236bc52aa2cf45d73c2ee8ba2966e4d8781246 /app/templates/annotate | |
| parent | add initial deployment files (diff) | |
| download | AnnotateChange-d3f414dd3a6f8187419f489f6419681c8aefc960.tar.gz AnnotateChange-d3f414dd3a6f8187419f489f6419681c8aefc960.zip | |
increase max zoom
Diffstat (limited to 'app/templates/annotate')
| -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); |
