Table of Contents

About

This is a minimal HTML template that shows how to start with developing D3 visualization.

Template

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>D3 Page Template</title>
    <script src="https://d3js.org/d3.v4.js"></script>
</head>
<body>
<script type="text/javascript">

    // d3 code
    
</script>
</body>
</html>