forked from github/dataease
feat(视图): 新增面积图
This commit is contained in:
parent
98b071badf
commit
86ba7db058
@ -118,7 +118,7 @@ export function getLabel(chart) {
|
||||
type: l.position,
|
||||
autoRotate: false
|
||||
}
|
||||
} else if (chart.type.includes('line')) {
|
||||
} else if (chart.type.includes('line') || chart.type.includes('area')) {
|
||||
label = {
|
||||
position: l.position,
|
||||
offsetY: -8
|
||||
|
Loading…
Reference in New Issue
Block a user