同步现场代码
This commit is contained in:
@@ -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 = '无'
|
||||
|
||||
Reference in New Issue
Block a user