commit
dc338aad9b
@ -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",
|
||||
|
Before Width: | Height: | Size: 442 KiB After Width: | Height: | Size: 442 KiB |
BIN
public/images/screenshot-v0.0.2.jpg
Normal file
BIN
public/images/screenshot-v0.0.2.jpg
Normal file
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 |
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user