update code
parent
971c9979cc
commit
b346e72788
|
@ -277,6 +277,12 @@ export default {
|
||||||
data: datas,
|
data: datas,
|
||||||
type: 'line',
|
type: 'line',
|
||||||
smooth: true,
|
smooth: true,
|
||||||
|
label: {
|
||||||
|
show: true,
|
||||||
|
color: "rgba(142, 165, 245, 0.88)",
|
||||||
|
fontSize:10,
|
||||||
|
position: 'top'
|
||||||
|
},
|
||||||
areaStyle: {
|
areaStyle: {
|
||||||
color: "rgba(58, 145, 227, 0.68)"
|
color: "rgba(58, 145, 227, 0.68)"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue