Mercurial > code > home > repos > streamed-graph
view demo/index.html @ 88:ac7ad087d474
graph view rewrites and fixes for the multi-subject table
author | drewp@bigasterisk.com |
---|---|
date | Tue, 30 Nov 2021 00:14:37 -0800 |
parents | b973d7f95fdf |
children | 4d19a94906d2 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <script type="module"> import { StreamedGraph } from 'streamed-graph'; </script> <body> <style>body {background: black; color: white; } </style> here's a streamed-graph: <streamed-graph expanded url="http://10.43.193.115/graph/zigbee/events"></streamed-graph> here's a streamed-graph: <streamed-graph expanded url="http://dash:9075/graph/environment/events"></streamed-graph> </body> </html>