Simple-charts
Simple-charts copied to clipboard
Line chart doesn't resize depending on legend
Add in something like this to line chart tempate, from clustered bar
legend_height = d3.select("#legend").node().getBBox()
d3.select('#chart').attr("height", height + margin.top + margin.bottom + legend_height.height)