mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
commit
5f51b5b9ae
@ -176,6 +176,10 @@ export function getLabel(chart: Chart) {
|
||||
) {
|
||||
layout.push({ type: 'limit-in-canvas' })
|
||||
layout.push({ type: 'hide-overlap' })
|
||||
} else if (chart.type.includes('chart-mix')) {
|
||||
layout.push({ type: 'limit-in-canvas' })
|
||||
layout.push({ type: 'limit-in-plot' })
|
||||
layout.push({ type: 'hide-overlap' })
|
||||
} else {
|
||||
layout.push({ type: 'limit-in-plot' })
|
||||
layout.push({ type: 'fixed-overlap' })
|
||||
|
Loading…
Reference in New Issue
Block a user