fix(图表): 固定值辅助线显示异常

This commit is contained in:
wisonic-s 2024-07-02 20:14:14 +08:00
parent 00fd92b544
commit 4f33dab65c

View File

@ -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 =