修改界面

master
夜笙歌 3 years ago
parent 236f319ea0
commit 965bbffd0d

@ -1034,6 +1034,20 @@ const lineChart = function (data, id) {
lineStyle: {
color: '#f3454b',
},
label: {
//图形上的文本标签
normal: {
formatter:'{c}%',
show: true,
position: "top",
textStyle: {
color: "#a8aab0",
fontStyle: "normal",
fontFamily: "微软雅黑",
fontSize: 0.75 * vw,
},
},
},
data: data.yData,
},
],

Loading…
Cancel
Save