Chart Sample without d3js
by uedatakuya
HTML
<div id="chart">
<div style="width:100px;">
10
</div>
<div style="width:200px;">
20
</div>
<div style="width:300px;">
30
</div>
<div style="width:400px;">
40
</div>
</div>
CSS
#chart div {
background-color: steelblue;
text-align: right;
padding: 3px;
margin: 1px;
color: white;
}