修改全局报表功能
This commit is contained in:
@@ -325,7 +325,6 @@ const setEchart = () => {
|
||||
const xname = params[0].value[0]
|
||||
let str = `${xname}<br>`
|
||||
params.forEach((el: any, index: any) => {
|
||||
console.log('🚀 ~ setEchart ~ el:', el)
|
||||
let marker = ''
|
||||
|
||||
marker = `<span style="display:inline-block;border: 2px ${el.color} ${el.value[3]};margin-right:5px;width:40px;height:0px;background-color:#ffffff00;"></span>`
|
||||
|
||||
Reference in New Issue
Block a user