This is a starter template for the Letter Count Bar Chart example. See that gist for the fully worked out example.
Fork this gist for a starter template to see if you can rebuild the example on your own.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<title>Letter Count Bar Chart</title>
<!-- TODO: include stylesheets -->
</head>
<body>
<!-- TODO: include html elements -->
Hello world!
<!-- TODO: include external javascript -->
<!-- TODO: embed starter javascript -->
</body>