|
|
@@ -276,9 +276,17 @@ function setChartOutOfBedOption(chart, data1 = [], data2 = [],) {
|
|
|
name: '睡眠状态',
|
|
|
smooth: true,
|
|
|
lineStyle: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
color: '#54C68B'
|
|
|
},
|
|
|
+ emphasis: {
|
|
|
+ disabled: true,
|
|
|
+ scale: false,
|
|
|
+ lineStyle: {
|
|
|
+ width: 1,
|
|
|
+ color: '#54C68B'
|
|
|
+ },
|
|
|
+ },
|
|
|
showSymbol: false,
|
|
|
areaStyle: {
|
|
|
opacity: 0.8,
|
|
|
@@ -396,9 +404,17 @@ function setBodyMovementsOption(chart, data1 = [], data2 = [],) {
|
|
|
type: 'line',
|
|
|
smooth: true,
|
|
|
lineStyle: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
color: '#5582FF'
|
|
|
},
|
|
|
+ emphasis: {
|
|
|
+ disabled: true,
|
|
|
+ scale: false,
|
|
|
+ lineStyle: {
|
|
|
+ width: 1,
|
|
|
+ color: '#5582FF'
|
|
|
+ },
|
|
|
+ },
|
|
|
showSymbol: false,
|
|
|
areaStyle: {
|
|
|
opacity: 0.8,
|
|
|
@@ -523,9 +539,17 @@ function setCardiacSystemOption(chart, data1 = [], data2 = [],) {
|
|
|
type: 'line',
|
|
|
smooth: true,
|
|
|
lineStyle: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
color: '#F47893'
|
|
|
},
|
|
|
+ emphasis: {
|
|
|
+ disabled: true,
|
|
|
+ scale: false,
|
|
|
+ lineStyle: {
|
|
|
+ width: 1,
|
|
|
+ color: '#F47893'
|
|
|
+ },
|
|
|
+ },
|
|
|
showSymbol: false,
|
|
|
areaStyle: {
|
|
|
opacity: 0.8,
|
|
|
@@ -649,9 +673,17 @@ function setRespiratoryOption(chart, data1 = [], data2 = [],) {
|
|
|
type: 'line',
|
|
|
smooth: true,
|
|
|
lineStyle: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
color: '#06A9AD'
|
|
|
},
|
|
|
+ emphasis: {
|
|
|
+ disabled: true,
|
|
|
+ scale: false,
|
|
|
+ lineStyle: {
|
|
|
+ width: 1,
|
|
|
+ color: '#06A9AD'
|
|
|
+ },
|
|
|
+ },
|
|
|
showSymbol: false,
|
|
|
areaStyle: {
|
|
|
opacity: 0.8,
|
|
|
@@ -765,9 +797,17 @@ function setSnoringOption(chart, data1 = [], data2 = [],) {
|
|
|
type: 'line',
|
|
|
smooth: true,
|
|
|
lineStyle: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
color: '#EE8B52'
|
|
|
},
|
|
|
+ emphasis: {
|
|
|
+ disabled: true,
|
|
|
+ scale: false,
|
|
|
+ lineStyle: {
|
|
|
+ width: 1,
|
|
|
+ color: '#EE8B52'
|
|
|
+ },
|
|
|
+ },
|
|
|
showSymbol: false,
|
|
|
areaStyle: {
|
|
|
opacity: 0.8,
|
|
|
@@ -881,9 +921,17 @@ function setApneaOption(chart, data1 = [], data2 = [],) {
|
|
|
type: 'line',
|
|
|
smooth: true,
|
|
|
lineStyle: {
|
|
|
- width: 2,
|
|
|
+ width: 1,
|
|
|
color: '#6086EF'
|
|
|
},
|
|
|
+ emphasis: {
|
|
|
+ disabled: true,
|
|
|
+ scale: false,
|
|
|
+ lineStyle: {
|
|
|
+ width: 1,
|
|
|
+ color: '#6086EF'
|
|
|
+ },
|
|
|
+ },
|
|
|
showSymbol: false,
|
|
|
areaStyle: {
|
|
|
opacity: 0.8,
|