view 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 source

<!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>