Tutorial 7: Layout
Non trivial example using the "Dock Panel" and "Layered Map" layouts to display many visualizations in a resizable and draggable view.
xxxxxxxxxx
<html>
<head>
<title>LayoutChart</title>
<meta charset="utf-8">
<link rel="stylesheet" href="index.css">
<!-- GetLibs: An in-browser module loader for quick demos -->
<script src="https://unpkg.com/getlibs"></script>
</head>
<body>
<div id="placeholder">
<!-- Placeholder for Visualization -->
</div>
<script>
// Load Example JavaScript (via GetLibs)---
System.import('./index.js');
</script>
</body>
</html>
https://unpkg.com/getlibs