Mercurial > code > home > repos > streamed-graph
view index.html @ 68:f357cd36c26e
pnpm install is cheap; do it all the time
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Feb 2020 16:56:21 -0800 |
parents | b8e5850acca0 |
children | 0c188ed3bcd8 |
line wrap: on
line source
<!DOCTYPE html> <html> <body> <h1>streamed-graph demo</h1> <script type="module" src="./build/demo.js"></script> <dom-bind> <template> <streamed-graph url="http://bang:9075/graph/events" expanded="true" ></streamed-graph> </template> </dom-bind> </body> </html>