mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
[hotfix] cosmetic fitting for nvd3 line chart overflowing
This commit is contained in:
@@ -130,6 +130,7 @@ function nvd3Vis(slice) {
|
||||
}
|
||||
|
||||
var height = slice.height();
|
||||
height -= 15; // accounting for the staggered xAxis
|
||||
|
||||
if (chart.hasOwnProperty("x2Axis")) {
|
||||
height += 30;
|
||||
|
||||
Reference in New Issue
Block a user