修改进度条样式
This commit is contained in:
@@ -325,7 +325,7 @@ const init = async () => {
|
||||
position: 'right',
|
||||
offset: (index - 1) * 80
|
||||
}
|
||||
console.log("🚀 ~ unitList.forEach ~ right.index:", index)
|
||||
// console.log("🚀 ~ unitList.forEach ~ right.index:", index)
|
||||
echartsData.value.yAxis.push({
|
||||
name: item,
|
||||
yAxisIndex: index,
|
||||
@@ -388,7 +388,7 @@ const init = async () => {
|
||||
echartsData.value.yAxis[index].min = min
|
||||
echartsData.value.yAxis[index].max = max
|
||||
})
|
||||
console.log("🚀 ~ result.forEach ~ echartsData.value:", echartsData.value)
|
||||
// console.log("🚀 ~ result.forEach ~ echartsData.value:", echartsData.value)
|
||||
}
|
||||
loading.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user