diff demo/index.html @ 81:099b62d6d0b3

new demo that's a standalone project
author drewp@bigasterisk.com
date Wed, 17 Nov 2021 15:36:41 -0800
parents
children b973d7f95fdf
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demo/index.html	Wed Nov 17 15:36:41 2021 -0800
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <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>
+  </body>
+</html>