Saba Noorassa commited on
Commit
6644ddd
·
1 Parent(s): 1e8f76d

explain interactivity support

Browse files
Files changed (1) hide show
  1. index.html +5 -2
index.html CHANGED
@@ -18,11 +18,14 @@
18
  <div id="content">
19
  <h1>&#9728;&#65039; Xet Storage Sunburst &#9728;&#65039;</h1>
20
  <p>
21
- This sunburst diagram represents all public data stored using Xet. The
22
- diagram presents this information hierarchically first by repo type
 
 
23
  (model, dataset, or space) then owner (user or org), repo name, and
24
  finally individual files within the repo backed by Xet.
25
  </p>
 
26
  <svg id="sunburst"></svg>
27
  </div>
28
  </body>
 
18
  <div id="content">
19
  <h1>&#9728;&#65039; Xet Storage Sunburst &#9728;&#65039;</h1>
20
  <p>
21
+ This sunburst diagram represents all public data stored using Xet.
22
+ </p>
23
+ <p>
24
+ The diagram presents this information hierarchically first by repo type
25
  (model, dataset, or space) then owner (user or org), repo name, and
26
  finally individual files within the repo backed by Xet.
27
  </p>
28
+ <p>Click a node to zoom in, or the center to zoom out.</p>
29
  <svg id="sunburst"></svg>
30
  </div>
31
  </body>