fixed address tree concurrent generation algorithm

This commit is contained in:
arnaucode
2017-08-15 09:36:17 +02:00
parent 42bfe7cda1
commit ff774543e8
12 changed files with 40 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ angular.module('app.sankey', ['ngRoute', 'ngSankey'])
$scope.selectedAddress = "";
$scope.options = {
chart: '#sankeyChart',
width: 960,
width: 800,
height: 500,
margin: {top: 1, right: 1, bottom: 6, left: 1},
node: {width: 15, padding :10, showValue: false},