Skip to content

Commit b851420

Browse files
authored
Update index4.html
1 parent 0561610 commit b851420

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/examples/index4.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
{"@context":"https://schema.org","@type":"WebPage","description":"Vega - A Visualization Grammar. Vega is a visualization grammar, a declarative format for creating, saving, and sharing interactive visualization designs. With Vega, you can describe the visual appearance and interactive behavior of a visualization in a JSON format, and generate web-based views using Canvas or SVG.","headline":"Radial Tree Layout Example","image":"https://vega.github.io/vega/examples/img/radial-tree-layout.png","url":"https://vega.github.io/vega/examples/radial-tree-layout/"}</script>
3030
<!-- End Jekyll SEO tag -->
3131

32-
<div class="example">
33-
34-
<div class="embed">
35-
<div id="radial-tree-layout" class="view"></div>
36-
<a href="../radial-tree-layout.vg.json">View Source</a>
37-
<a id="radial-tree-layout-png" href="#">Export PNG</a>
38-
<a id="radial-tree-layout-svg" href="#">Export SVG</a>
39-
</div>
4032
</head>
4133
<body>
4234

@@ -233,5 +225,13 @@
233225

234226
</div>
235227

228+
<div class="example">
229+
230+
<div class="embed">
231+
<div id="radial-tree-layout" class="view"></div>
232+
<a href="../radial-tree-layout.vg.json">View Source</a>
233+
<a id="radial-tree-layout-png" href="#">Export PNG</a>
234+
<a id="radial-tree-layout-svg" href="#">Export SVG</a>
235+
</div>
236236
</body>
237237
</html>

0 commit comments

Comments
 (0)