Mercurial > code > home > repos > streamed-graph
comparison index.html @ 33:b82c05e22d9a
change to npm with a build that worked better as a local package to be shared
author | drewp@bigasterisk.com |
---|---|
date | Tue, 24 Dec 2019 20:30:27 -0800 |
parents | 7ca4ff2088c3 |
children | 3d8b98e9c01d |
comparison
equal
deleted
inserted
replaced
31:e54941d93356 | 33:b82c05e22d9a |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <h1>streamed-graph demo</h1> | 4 <h1>streamed-graph demo</h1> |
5 | 5 |
6 <script src="./build/streamed-graph.bundle.js"></script> | 6 <script src="./build/bundle.js"></script> |
7 <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph> | 7 <streamed-graph url="http://bang5:9075/graph/events" expanded="true"></streamed-graph> |
8 </body> | 8 </body> |
9 </html> | 9 </html> |