view index.html @ 8:6fefd287aff9

closer- element now holds a changing graph, but can't draw it yet
author drewp@bigasterisk.com
date Thu, 05 Dec 2019 01:32:13 -0800
parents a9bc14e22e36
children 7ca4ff2088c3
line wrap: on
line source

<!DOCTYPE html>
<html>
    <body>
        <h1>streamed-graph demo</h1>

        <script src="./build/streamed-graph.bundle.js"></script>
        <streamed-graph url="http://bang5:9075/graph/events"></streamed-graph>
    </body>
</html>