fix(echarts): use scroll legend for horizontal layouts to prevent overlap (#36306)

(cherry picked from commit 33a425bbbc)
This commit is contained in:
Yousuf Ansari
2025-12-18 00:46:35 +05:30
committed by Joe Li
parent 8a92092d7e
commit cc428c7a5c
3 changed files with 24 additions and 6 deletions

View File

@@ -137,7 +137,6 @@ describe('Gantt transformProps', () => {
legend: expect.objectContaining({
show: true,
type: 'scroll',
selector: ['all', 'inverse'],
}),
tooltip: {
formatter: expect.anything(),