[hotfix] cosmetic fitting for nvd3 line chart overflowing
This commit is contained in:
parent
486fb8bfb4
commit
a7e75a2bc5
|
|
@ -130,6 +130,7 @@ function nvd3Vis(slice) {
|
|||
}
|
||||
|
||||
var height = slice.height();
|
||||
height -= 15; // accounting for the staggered xAxis
|
||||
|
||||
if (chart.hasOwnProperty("x2Axis")) {
|
||||
height += 30;
|
||||
|
|
|
|||
Loading…
Reference in New Issue