fix(图表): 固定值辅助线显示异常
This commit is contained in:
parent
00fd92b544
commit
4f33dab65c
@ -680,7 +680,7 @@ export function getAnalyse(chart: Chart) {
|
|||||||
chart.type.includes('chart-mix')))
|
chart.type.includes('chart-mix')))
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
const lines = fixedLines.concat(dynamicLines)
|
const lines = fixedLines.concat(dynamicLines || [])
|
||||||
lines.forEach(ele => {
|
lines.forEach(ele => {
|
||||||
const value = parseFloat(ele.value)
|
const value = parseFloat(ele.value)
|
||||||
const content =
|
const content =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user