fix(revert 27883): Excess padding in horizontal Bar charts (#29345)

This commit is contained in:
Michael S. Molina
2024-06-25 13:33:53 -03:00
committed by GitHub
parent 213fd69b2b
commit 708afb7146
3 changed files with 2 additions and 12 deletions

View File

@@ -119,7 +119,6 @@ describe('EchartsTimeseries transformProps', () => {
name: 'New York',
}),
]),
yAxis: expect.objectContaining({ inverse: true }),
}),
}),
);