Mercurial > code > home > repos > streamed-graph
view demo/index.html @ 86:6ec759f9009f
build fixes, dead code, format
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Nov 2021 18:15:08 -0800 |
parents | b973d7f95fdf |
children | ac7ad087d474 |
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://dash:9075/graph/environment/events"></streamed-graph> </body> </html>