style(图表): 优化标签在canvas内显示
This commit is contained in:
parent
e2148ee8a6
commit
d73cd4a9e1
@ -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