splatter-plot
Version:
Layout elements using concentric rings in JS + SVG
28 lines (18 loc) • 1.19 kB
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SplatterPlot</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="splatter-plot-website/config/environment" content="%7B%22modulePrefix%22%3A%22splatter-plot-website%22%2C%22environment%22%3A%22development%22%2C%22rootURL%22%3A%22%2F%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%2C%22_JQUERY_INTEGRATION%22%3Atrue%7D%2C%22APP%22%3A%7B%22name%22%3A%22splatter-plot-website%22%2C%22version%22%3A%220.0.0%2B641a4a32%22%7D%2C%22exportApplicationGlobal%22%3Atrue%2C%22isModuleUnification%22%3Afalse%7D" />
<script src="/ember-cli-live-reload.js" type="text/javascript"></script>
<link integrity="" rel="stylesheet" href="/assets/vendor.css">
<link integrity="" rel="stylesheet" href="/assets/splatter-plot-website.css">
</head>
<body>
<script src="/assets/vendor.js"></script>
<script src="/assets/splatter-plot-website.js"></script>
</body>
</html>