comparison index.html @ 11:f961fe3d0e27 default tip

update to new streamed-graph api
author drewp@bigasterisk.com
date Sun, 07 May 2023 16:02:03 -0700
parents e7f33fa31883
children
comparison
equal deleted inserted replaced
10:e2be4c5d2531 11:f961fe3d0e27
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>environment</title> 4 <title>environment</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <script src="/lib/webcomponents/2.4.0/webcomponents-bundle.js"></script> 6 <script src="https://bigasterisk.com/lib/streamed-graph/v0.10.0/streamed-graph.iife.js"></script>
7
8 <script type="module" src="/rdf/streamed-graph.bundle.js"></script>
9 <link rel="stylesheet" href="/rdf/streamed-graph.css">
10 <meta name="mobile-web-app-capable" content="yes"> 7 <meta name="mobile-web-app-capable" content="yes">
11 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta name="viewport" content="width=device-width, initial-scale=1">
12 </head> 9 </head>
13 <body class="rdfBrowsePage"> 10 <body class="rdfBrowsePage">
14 <streamed-graph url="graph/environment/events" expanded="true"></streamed-graph> 11 <streamed-graph>
15 12 <sg-source url="graph/environment/events">
13 </streamed-graph>
16 14
17 <div class="served-resources"> 15 <div class="served-resources">
18 <a href="metrics">/metrics</a> 16 <a href="metrics">/metrics</a>
19 <a href="graph/environment">/graph</a> 17 <a href="graph/environment">/graph</a>
20 <a href="graph/environment/events">/graph/events</a> 18 <a href="graph/environment/events">/graph/events</a>