|
@ -66,6 +66,11 @@ const mixin = { |
|
|
// symbol: 'star',
|
|
|
// symbol: 'star',
|
|
|
data: this.pointTimeHospital, |
|
|
data: this.pointTimeHospital, |
|
|
color: 'rgb(18, 131, 227)', |
|
|
color: 'rgb(18, 131, 227)', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
shadowColor: '#5cfbff', |
|
|
|
|
|
shadowBlur: 8, |
|
|
|
|
|
width: 4, |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '国际水准', |
|
|
name: '国际水准', |
|
@ -74,6 +79,11 @@ const mixin = { |
|
|
symbolSize: 6, |
|
|
symbolSize: 6, |
|
|
data: this.pointTimeInternation, |
|
|
data: this.pointTimeInternation, |
|
|
color: 'rgb(30, 231, 231)', |
|
|
color: 'rgb(30, 231, 231)', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
shadowColor: '#5cfbff', |
|
|
|
|
|
shadowBlur: 8, |
|
|
|
|
|
width: 4, |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
name: '当前数据', |
|
|
name: '当前数据', |
|
@ -82,6 +92,11 @@ const mixin = { |
|
|
symbolSize: 6, |
|
|
symbolSize: 6, |
|
|
data: this.pointTimeCurrentList, |
|
|
data: this.pointTimeCurrentList, |
|
|
color: 'rgb(227, 18, 187)', |
|
|
color: 'rgb(227, 18, 187)', |
|
|
|
|
|
lineStyle: { |
|
|
|
|
|
shadowColor: '#5cfbff', |
|
|
|
|
|
shadowBlur: 8, |
|
|
|
|
|
width: 4, |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}; |
|
|
}; |
|
|