forked from github/dataease
Merge pull request #10734 from dataease/pr@dev-v2@fix_fixed_assist_line
fix(图表): 固定值辅助线显示异常
This commit is contained in:
commit
b2c6531e52
@ -680,7 +680,7 @@ export function getAnalyse(chart: Chart) {
|
||||
chart.type.includes('chart-mix')))
|
||||
)
|
||||
})
|
||||
const lines = fixedLines.concat(dynamicLines)
|
||||
const lines = fixedLines.concat(dynamicLines || [])
|
||||
lines.forEach(ele => {
|
||||
const value = parseFloat(ele.value)
|
||||
const content =
|
||||
|
Loading…
Reference in New Issue
Block a user