update: minor update

This commit is contained in:
yangshuimiao
2025-01-10 07:48:24 +08:00
parent e33cb8e93a
commit 5d135b24f1
6 changed files with 23 additions and 32 deletions
+4 -12
View File
@@ -145,15 +145,7 @@ include_once "html/head.php";
yAxisIndex:0,
symbol:'none',
data:data3,
itemStyle:
{normal:
{label:
{
show:false, //显示数字
position:'top'
}
}
},
label:{show:true,position:'top',},//显示数字
},
{
name:legend[1],
@@ -161,7 +153,7 @@ include_once "html/head.php";
yAxisIndex:1,
symbol:'none',
data:data2,
itemStyle:{normal:{label:{show:true}}}, //显示数字
label:{show:true},//显示数字
},
]
@@ -266,7 +258,7 @@ include_once "html/head.php";
yAxisIndex:0,
symbol:'none',
data:data3,
itemStyle:{normal:{label:{show:true}}}, //显示数字
label:{show:true}, //显示数字
},
{
name:legend2[1],
@@ -274,7 +266,7 @@ include_once "html/head.php";
yAxisIndex:1,
symbol:'none',
data:data4,
itemStyle:{normal:{label:{show:true}}}, //显示数字
label:{show:true}, //显示数字
}
]
};