d3-funnel
Version:
A library for rendering SVG funnel charts using D3.js
26 lines (24 loc) • 669 B
HTML
<html lang="en">
<head>
<title>Mocha</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="funnel"></div>
<div id="sandbox"></div>
<div id="mocha"></div>
<script src="../node_modules/mocha/mocha.js"></script>
<script>
mocha.ui('bdd');
mocha.reporter('spec');
mocha.color(true);
</script>
<script src="compiled/index.js"></script>
<script>
mocha.run();
</script>
</body>
</html>