update
This commit is contained in:
@@ -215,50 +215,45 @@
|
||||
// return new Date(y,m,d,h,M,0,0).getTime()
|
||||
//}
|
||||
data: [
|
||||
{
|
||||
// 01:00 ~ 05:00
|
||||
{
|
||||
name: '运行',
|
||||
value: [0, 1695747600000, 1695762000000, 0],
|
||||
value: [0, 1696730000000, 1696734040450, 0],
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: types[0].color,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
// 5:00 ~ 8:00
|
||||
{
|
||||
name: '故障',
|
||||
value: [0, 1695762000000, 1695772800000, 0],
|
||||
value: [0, 1696737040000, 1696754040450, 0],
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: types[1].color,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
// 8:00 ~ 8:39
|
||||
{
|
||||
name: '计划停机',
|
||||
value: [0, 1695772800000, 1695775140000, 0],
|
||||
value: [0, 1696755000000, 1696759000000, 0],
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: types[2].color,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
// 08:39 ~ 18:00
|
||||
{
|
||||
name: '运行',
|
||||
value: [0, 1695775140000, 1695808800000, 0],
|
||||
value: [0, 1696759000000, 1696769000000, 0],
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: types[0].color,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
// 18:00 ~ 23:30
|
||||
{
|
||||
name: '计划停机',
|
||||
value: [0, 1695808800000, 1695828600000, 0],
|
||||
value: [0, 1696769400000, 1696779000000, 0],
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: types[2].color,
|
||||
|
||||
Reference in New Issue
Block a user