登录页UI、主页UI
This commit is contained in:
@ -541,6 +541,11 @@
|
||||
yAxisIndex: 0,
|
||||
data: maxValues,
|
||||
barWidth: 45,
|
||||
showBackground: true,
|
||||
backgroundStyle: {
|
||||
color: 'rgba(255, 255, 255, 0.1)',
|
||||
barBorderRadius: [0, 22, 22, 0]
|
||||
},
|
||||
label: {
|
||||
normal: {
|
||||
show: true,
|
||||
@ -557,6 +562,11 @@
|
||||
yAxisIndex: 1,
|
||||
data: minValues,
|
||||
barWidth: 45,
|
||||
showBackground: true,
|
||||
backgroundStyle: {
|
||||
color: 'rgba(255, 255, 255, 0.1)',
|
||||
barBorderRadius: [0, 22, 22, 0]
|
||||
},
|
||||
label: {
|
||||
normal: {
|
||||
show: true,
|
||||
|
||||
Reference in New Issue
Block a user