A minimal demonstration of how to create an HTML bar chart with D3. Fork this template to create your own chart.
A Pen by Mike Bostock on CodePen.
| ### Keybase proof | |
| I hereby claim: | |
| * I am smitty1egh on github. | |
| * I am smitty1e (https://keybase.io/smitty1e) on keybase. | |
| * I have a public key ASAstI1cN7yrG5fislotWU-Qf4hqgOpuyB19ckUSqtObNwo | |
| To claim this, I am signing this object: |
A minimal demonstration of how to create an HTML bar chart with D3. Fork this template to create your own chart.
A Pen by Mike Bostock on CodePen.
| <div id='map'></div> | |
| <div class='filter-ctrl'> | |
| <input id='filter-input' type='text' name='filter' placeholder='Filter by pri_mo ' /> | |
| </div> | |
| <div id='menu'></div> |
| ### Keybase proof | |
| I hereby claim: | |
| * I am smitty1egh on github. | |
| * I am smitty1e (https://keybase.io/smitty1e) on keybase. | |
| * I have a public key ASAwjPqYJO2j_IOZKhiOkxZvDHGQj2jhb8SO4lkcjjfWpgo | |
| To claim this, I am signing this object: |
| #!/usr/bin/env bash | |
| apt-get update | |
| echo mysql-server-5.5 mysql-server/root_password password PASSWORD | debconf-set-selections | |
| echo mysql-server-5.5 mysql-server/root_password_again password PASSWORD | debconf-set-selections | |
| apt-get install -y mysql-common mysql-server mysql-client | |
| apt-get install -y apache2 |