Mercurial > code > home > repos > streamed-graph
annotate index.html @ 9:26d3e4860adc
working on porting graph_view to n3.js. also working on making tests run
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Dec 2019 09:19:43 -0800 |
parents | 6fefd287aff9 |
children | 7ca4ff2088c3 |
rev | line source |
---|---|
0 | 1 <!DOCTYPE html> |
2 <html> | |
3 <body> | |
4 <h1>streamed-graph demo</h1> | |
5 | |
6 <script src="./build/streamed-graph.bundle.js"></script> | |
8
6fefd287aff9
closer- element now holds a changing graph, but can't draw it yet
drewp@bigasterisk.com
parents:
0
diff
changeset
|
7 <streamed-graph url="http://bang5:9075/graph/events"></streamed-graph> |
0 | 8 </body> |
9 </html> |