同步现场代码

This commit is contained in:
GGJ
2024-05-09 18:00:04 +08:00
parent 06611f527a
commit 6d7f1bca56
46 changed files with 44063 additions and 1586 deletions

View File

@@ -1209,7 +1209,7 @@ const rendering = () => {
let data = {
name: item2,
type: 'scatter',
symbol: new URL('@/assets/point.png', import.meta.url).href,
symbol:`image://`+ new URL('@/assets/point.png', import.meta.url).href,
symbolSize: 16,
itemStyle: {
width: '22px',
@@ -1302,9 +1302,10 @@ const rendering = () => {
data: item.gvalue
}
opitonserise.push(data)
} else {
opitonserise.push([])
}
}
// else {
// opitonserise.push([])
// }
})
if (item.valueName == undefined) {
item.valueName = '无'