Henry Lau
Henry Lau
Remove aspect ratio in config, uses bar_height instead Fix auto_min_max
   
circles in the legend and fix tooltip when not using median
Make it like this to make it more concise configheight:{small:50, medium:100} configmargins:{small:[0,20,0,20],medium:[0,40,0,40]} var browserwidth = getwidth() //return small or medium or large depending on breakpoints height = configheight["browserwidth"] margin =...
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) ```