Mercurial > code > home > repos > streamed-graph
annotate index.html @ 30:2d88804484e5
ignore
author | drewp@bigasterisk.com |
---|---|
date | Sun, 15 Dec 2019 21:21:28 -0800 |
parents | 7ca4ff2088c3 |
children | b82c05e22d9a |
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> | |
15
7ca4ff2088c3
managed to use a newer ts or something, so this includes a bunch of type fixes too
drewp@bigasterisk.com
parents:
8
diff
changeset
|
7 <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph> |
0 | 8 </body> |
9 </html> |