diff 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
line wrap: on
line diff
--- a/demo/index.html	Wed Nov 17 15:37:45 2021 -0800
+++ b/demo/index.html	Wed Nov 17 16:42:59 2021 -0800
@@ -4,7 +4,11 @@
     <script type="module">
       import { StreamedGraph } from 'streamed-graph';
       </script>
+
   <body>
-    here's a streamed-graph: <streamed-graph url="http://dash:9075/graph/environment/events"></streamed-graph>
+    <style>body {background: black; color:  white; }
+
+    </style>
+    here's a streamed-graph: <streamed-graph expanded url="http://dash:9075/graph/environment/events"></streamed-graph>
   </body>
 </html>