mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(revert 27883): Excess padding in horizontal Bar charts (#29345)
This commit is contained in:
committed by
GitHub
parent
213fd69b2b
commit
708afb7146
@@ -518,7 +518,6 @@ export default function transformProps(
|
||||
if (isHorizontal) {
|
||||
[xAxis, yAxis] = [yAxis, xAxis];
|
||||
[padding.bottom, padding.left] = [padding.left, padding.bottom];
|
||||
yAxis.inverse = true;
|
||||
}
|
||||
|
||||
const echartOptions: EChartsCoreOption = {
|
||||
|
||||
Reference in New Issue
Block a user