mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix(echarts): use scroll legend for horizontal layouts to prevent overlap (#36306)
This commit is contained in:
@@ -139,7 +139,6 @@ describe('Gantt transformProps', () => {
|
||||
legend: expect.objectContaining({
|
||||
show: true,
|
||||
type: 'scroll',
|
||||
selector: ['all', 'inverse'],
|
||||
}),
|
||||
tooltip: {
|
||||
formatter: expect.anything(),
|
||||
|
||||
Reference in New Issue
Block a user