Mercurial > code > home > repos > streamed-graph
annotate demo/index.html @ 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
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 Nov 2021 16:42:59 -0800 |
parents | 099b62d6d0b3 |
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> |