view index.html @ 63:335b0e141800

update deps
author drewp@bigasterisk.com
date Wed, 15 Jan 2020 20:36:44 -0800
parents b8e5850acca0
children 0c188ed3bcd8
line wrap: on
line source

<!DOCTYPE html>
<html>
  <body>
    <h1>streamed-graph demo</h1>
    <script type="module" src="./build/demo.js"></script>
    <dom-bind>
      <template>
        <streamed-graph
          url="http://bang:9075/graph/events"
          expanded="true"
        ></streamed-graph>
      </template>
    </dom-bind>
  </body>
</html>