update: minor update
This commit is contained in:
+4
-12
@@ -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}, //显示数字
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user