[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
1 changed files with 1 additions and 0 deletions

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;