mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
update point views
This commit is contained in:
@@ -318,14 +318,12 @@ function getOptions() {
|
||||
},
|
||||
data: chartData.hourlyCounts,
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: function (data: any) {
|
||||
if (completeTimeSeries[data.dataIndex].change) {
|
||||
return '#18a058'
|
||||
} else {
|
||||
return '#5470C6'
|
||||
}
|
||||
},
|
||||
color: function (data: any) {
|
||||
if (completeTimeSeries[data.dataIndex].change) {
|
||||
return '#18a058'
|
||||
} else {
|
||||
return '#5470C6'
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user