mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
Merge pull request #13501 from dataease/pr@dev-v2@chart-bar-style
style(图表): 优化标签在canvas内显示
This commit is contained in:
commit
15ce69a04f
@ -172,6 +172,7 @@ export function getLabel(chart: Chart) {
|
||||
'bar'
|
||||
].includes(chart.type)
|
||||
) {
|
||||
layout.push({ type: 'limit-in-canvas' })
|
||||
layout.push({ type: 'hide-overlap' })
|
||||
} else {
|
||||
layout.push({ type: 'limit-in-plot' })
|
||||
|
Loading…
Reference in New Issue
Block a user