[hotfix] cosmetic fitting for nvd3 line chart overflowing

This commit is contained in:
Maxime Beauchemin
2016-03-03 22:28:46 -05:00
parent 486fb8bfb4
commit a7e75a2bc5

View File

@@ -130,6 +130,7 @@ function nvd3Vis(slice) {
}
var height = slice.height();
height -= 15; // accounting for the staggered xAxis
if (chart.hasOwnProperty("x2Axis")) {
height += 30;