Skip to content

Instantly share code, notes, and snippets.

@amitkaps
Last active October 5, 2015 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitkaps/a86964e07ba2ba193e11 to your computer and use it in GitHub Desktop.
Save amitkaps/a86964e07ba2ba193e11 to your computer and use it in GitHub Desktop.
Bar Chart - HTML
<!DOCTYPE html>
<style>
#chart div {
background-color: brown;
height: 25px;
margin: 5px;
}
</style>
<div id="chart">
<div style="width: 50px;"></div>
<div style="width: 250px;"></div>
<div style="width: 150px;"></div>
<div style="width: 200px;"></div>
<div style="width: 100px;"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment