aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/static/js/makeChart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/static/js/makeChart.js b/app/static/js/makeChart.js
index ad001b9..85d743b 100644
--- a/app/static/js/makeChart.js
+++ b/app/static/js/makeChart.js
@@ -79,7 +79,7 @@ function baseChart(selector, data, clickFunction, annotations, annotationFunctio
// Initialise the zoom behaviour
var zoomObj = d3.zoom()
- .scaleExtent([1, 50])
+ .scaleExtent([1, 100])
.translateExtent([[0, 0], [width, height]])
.extent([[0, 0], [width, height]])
.on("zoom", zoomTransform);