ONSvisual / Simple-charts

Simple responsive charts
17 stars 12 forks source link

Line chart doesn't resize depending on legend #35

Open henryjameslau opened 4 years ago

henryjameslau commented 4 years ago

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)