Mercurial > code > home > repos > streamed-graph
view index.html @ 78:ea9c9db282d6
automate 'external' list, get all local code to appear in lib.bundle.js
author | drewp@bigasterisk.com |
---|---|
date | Tue, 11 Feb 2020 22:55:24 -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>