Henry Lau

Results 53 issues of Henry Lau

Remove aspect ratio in config, uses bar_height instead Fix auto_min_max

![image1](https://user-images.githubusercontent.com/2945099/30038486-1e58ac22-91bd-11e7-8356-96fd6a65c33d.png) ![image2](https://user-images.githubusercontent.com/2945099/30038487-1e5cae94-91bd-11e7-9081-0ddaada98876.png) ![image3](https://user-images.githubusercontent.com/2945099/30038489-1e5d9f70-91bd-11e7-8ca6-8456a303b9da.png) ![image4](https://user-images.githubusercontent.com/2945099/30038488-1e5d650a-91bd-11e7-9746-3b1acf695c96.png)

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) ```