Merge pull request #100 from cubedro/develop

V 0.0.3
This commit is contained in:
Marian OANCΞA 2015-04-25 18:28:34 +03:00
commit dc338aad9b
5 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "eth-netstats",
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"engines": {
"node": "0.12.0",

View File

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 722 KiB

After

Width:  |  Height:  |  Size: 881 KiB

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);