increased map zoom to 3

This commit is contained in:
cubedro 2015-04-24 20:52:29 +03:00
parent b8397577b1
commit a200832d79
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ angular.module('netStatsApp.directives', []).
var zoomListener = d3.behavior.zoom()
.size([width, height])
.scaleExtent([1, 2])
.scaleExtent([1, 3])
.on("zoom", redraw)
.on("zoomend", animadraw);