mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
style(图表): 优化标签在canvas内显示
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user