Mercurial > code > home > repos > streamed-graph
annotate demo/index.html @ 86:6ec759f9009f
build fixes, dead code, format
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Nov 2021 18:15:08 -0800 |
parents | b973d7f95fdf |
children | ac7ad087d474 |
rev | line source |
---|---|
81 | 1 <!DOCTYPE html> |
2 <html> | |
3 <head> | |
4 <script type="module"> | |
5 import { StreamedGraph } from 'streamed-graph'; | |
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 | 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> |
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
|
12 here's a streamed-graph: <streamed-graph expanded url="http://dash:9075/graph/environment/events"></streamed-graph> |
81 | 13 </body> |
14 </html> |