优化暂存1

main
Lufaneng 1 year ago
parent 3178ec0946
commit 0132553213

@ -47,11 +47,11 @@ const option = computed(() => {
},
yAxis: {
type: 'value',
max: 100,
min: 0,
// max: 100,
// min: 0,
axisLabel: {
color: '#fff',
formatter: '{value}%'
// formatter: '{value}%'
}
},
grid: {
@ -61,7 +61,7 @@ const option = computed(() => {
bottom: '10%',
},
title: {
text: '有功功率kW',
text: '有功功率w',
textStyle: {
color: '#fff'
}
@ -81,7 +81,7 @@ const option = computed(() => {
formatter: '{value} 时'
}
},
valueFormatter: (value) => value + '%'
// valueFormatter: (value) => value + '%'
},
series: [
{

Loading…
Cancel
Save