Open henryjameslau opened 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)
Add in something like this to line chart tempate, from clustered bar