mirror of
https://github.com/arnaucube/goBlockchainDataAnalysis.git
synced 2026-02-07 03:36:44 +01:00
fixed address tree concurrent generation algorithm
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user