Makes common things easy and gets the hell out of your way when you want to customise things with D3.
<dimple-chart data="data" height="300" width="300" margin-bottom="15%" type="bar"> <dimple-axis position="y" type="measure" field="Awesomeness"></dimple-axis> <dimple-axis position="x" type="category" field="Word" orderBy="Word"></dimple-axis> <dimple-legend x="10" y="10" width="500" height="30" ></dimple-legend> </dimple-chart>
[1]https://github.com/falconair/dimple-chart
But there's also: http://tenxer.github.io/xcharts/