Node graphs

This commit is contained in:
softsimon
2022-07-02 16:46:57 +02:00
parent 0a15b5d0de
commit 292b53b2c4
8 changed files with 436 additions and 14 deletions

View File

@@ -86,6 +86,10 @@
<app-clipboard [text]="node.socketsObject[selectedSocketIndex].socket"></app-clipboard>
</button>
</div>
<br>
<app-node-statistics-chart [publicKey]="node.public_key"></app-node-statistics-chart>
<br>