Node graphs

This commit is contained in:
softsimon
2022-07-02 16:46:57 +02:00
parent d8a39f2e49
commit f46543b264
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>