view index.html @ 48:b8e5850acca0

local demo; styles
author drewp@bigasterisk.com
date Thu, 09 Jan 2020 00:04:45 -0800
parents 7d17a02b5ae0
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>