|
|
|
|
@ -81,7 +81,7 @@ const OnlineMonitoring = () => {
|
|
|
|
|
x2: 0,
|
|
|
|
|
y2: 1,
|
|
|
|
|
colorStops: [
|
|
|
|
|
{ offset: 0, color: 'rgba(4, 167, 243, 0.5)' },
|
|
|
|
|
{ offset: 0, color: 'rgba(4, 167, 243, 0.3)' },
|
|
|
|
|
{ offset: 1, color: 'rgba(4, 167, 243, 0)' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
@ -105,7 +105,7 @@ const OnlineMonitoring = () => {
|
|
|
|
|
x2: 0,
|
|
|
|
|
y2: 1,
|
|
|
|
|
colorStops: [
|
|
|
|
|
{ offset: 0, color: 'rgba(231, 196, 44, 0.5)' },
|
|
|
|
|
{ offset: 0, color: 'rgba(231, 196, 44, 0.3)' },
|
|
|
|
|
{ offset: 1, color: 'rgba(231, 196, 44, 0)' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
@ -130,7 +130,7 @@ const OnlineMonitoring = () => {
|
|
|
|
|
y2: 0,
|
|
|
|
|
colorStops: [
|
|
|
|
|
{ offset: 0, color: 'rgba(236, 105, 65, 0)' },
|
|
|
|
|
{ offset: 1, color: 'rgba(236, 105, 65, 0.5)' }
|
|
|
|
|
{ offset: 1, color: 'rgba(236, 105, 65, 0.3)' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|