implemented sankey of block.txs[] and from tx, in frontend and backend

This commit is contained in:
arnaucode
2017-08-30 15:47:20 +02:00
parent 52ec7f0a0a
commit 9092aea11b
7 changed files with 228 additions and 4 deletions

View File

@@ -45,3 +45,18 @@
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="panel">
<div class="panel-heading c_deepPurpleG300to500">
<h3 class="panel-title">Transaction flow</h3>
</div>
<div class="panel-body" style="height: 300px;overflow-y: hidden;">
<div id="sankeyChart">
<canvas></canvas>
<svg></svg>
</div>
</div>
</div>
</div>
</div>