fix: legend height
This commit is contained in:
parent
94c835115b
commit
e142a5ed93
@ -19,7 +19,7 @@ export default class PercentageChart extends AggregationChart {
|
|||||||
b.depth = b.depth || PERCENTAGE_BAR_DEFAULT_DEPTH;
|
b.depth = b.depth || PERCENTAGE_BAR_DEFAULT_DEPTH;
|
||||||
|
|
||||||
m.paddings.right = 30;
|
m.paddings.right = 30;
|
||||||
m.legendHeight = 80;
|
m.legendHeight = 60;
|
||||||
m.baseHeight = (b.height + b.depth * 0.5) * 8;
|
m.baseHeight = (b.height + b.depth * 0.5) * 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user