annotate demo/index.html @ 88:ac7ad087d474

graph view rewrites and fixes for the multi-subject table
author drewp@bigasterisk.com
date Tue, 30 Nov 2021 00:14:37 -0800
parents b973d7f95fdf
children 4d19a94906d2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
1 <!DOCTYPE html>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
2 <html>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
4 <script type="module">
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
5 import { StreamedGraph } from 'streamed-graph';
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
6 </script>
83
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
7
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
8 <body>
83
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
9 <style>body {background: black; color: white; }
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
10
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
11 </style>
88
ac7ad087d474 graph view rewrites and fixes for the multi-subject table
drewp@bigasterisk.com
parents: 83
diff changeset
12 here's a streamed-graph: <streamed-graph expanded url="http://10.43.193.115/graph/zigbee/events"></streamed-graph>
83
b973d7f95fdf bake out the stylus to plain css; add this https://ziga-petek.medium.com/using-fonts-in-web-components-6aba251ed4e5 to make fonts work
drewp@bigasterisk.com
parents: 81
diff changeset
13 here's a streamed-graph: <streamed-graph expanded url="http://dash:9075/graph/environment/events"></streamed-graph>
81
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
14 </body>
099b62d6d0b3 new demo that's a standalone project
drewp@bigasterisk.com
parents:
diff changeset
15 </html>