【echarts包络图】折线图填充两条线之间颜色

在这里插入图片描述

const data = [
  {
    id: '5c018f51cd6446228f6a0bcc1225b881',
    maxData: [],
    minData: [],
    color: '#D4AD58',
  }
];
function toUp(data) {
  let arr = [];
  data.maxData.forEach((element, index) => {
    arr.push([element[0], element[1]]);
  });
  data.minData.reverse().forEach((element, index) => {
    arr.push([element[0], element[1]]);
  });
  console.log(arr);
  return arr;
}
option = {
  animation: false,
  tooltip: {
    trigger: 'axis',
    axisPointer: {
      type: 'line',
      axis: 'x',
      lineStyle: {
        color: 'rgb(69, 86, 103)',
        type: 'solid'
      }
    },
    confine: true,
    triggerOn: 'mousemove',
    enterable: true,
    renderMode: 'html',
    className: 'echarts-tooltip'
  },
  brush: {
    toolbox: ['lineX'],
    xAxisIndex: 'all',
    seriesIndex: 'all',
    geoIndex: 'all',
    brushLink: 'all',
    brushStyle: {
      borderColor: '#8b8d8f',
      color: 'rgba(226, 228, 228, 0.3)'
    },
    outOfBrush: {
      colorAlpha: 0.1
    }
  },
  axisPointer: {
    type: 'line',
    axis: 'x',
    link: [
      {
        xAxisIndex: 'all'
      }
    ],
    snap: true
  },
  xAxis: [
    {
      type: 'time',
      gridIndex: 0,
      min: '2023-10-13 13:08:22',
      max: '2023-10-13 13:31:10',
      axisLine: {
        onZero: false,
        show: true
      },
      axisTick: {
        show: true
      },
      axisLabel: {
        show: true,
        fontSize: 10
      },
      splitLine: {
        show: false
      },
      show: true
    }
  ],
  yAxis: [
    {
      id: '5c018f51cd6446228f6a0bcc1225b881',
      name: '{dot|} root.iot.edge.WellDataTest.B_annulus_pressure_3',
      nameTextStyle: {
        color: '#606266',
        borderColor: '#E5E8EC',
        borderWidth: 1,
        borderType: 'solid',
        padding: [6, 12, 6, 4],
        borderRadius: 4,
        fontSize: 12,
        align: 'left',
        verticalAlign: 'bottom',
        rich: {
          dot: {
            backgroundColor: '#D4AD58',
            height: 10,
            width: 10,
            borderRadius: 10
          }
        }
      },
      nameGap: 40,
      gridIndex: 0,
      show: true,
      type: 'value',
      axisLine: {
        show: true,
        lineStyle: {
          color: '#D4AD58'
        }
      },
      axisTick: {
        show: true
      },
      splitLine: {
        show: true
      },
      axisLabel: {
        show: true,
        fontSize: 10,
        width: 60,
        overflow: 'truncate'
      },
      min: 18.5,
      max: 18.7
    }
  ],
  series: [
    {
      type: 'line',
      id: '5c018f51cd6446228f6a0bcc1225b881-base',
      name: 'root.iot.edge.WellDataTest.B_annulus_pressure_3',
      showSymbol: false,
      itemStyle: {
        color: '#D4AD58'
      },
      lineStyle: {
        color: '#D4AD58',
        width: 1.5
      },
      data: [],
      xAxisIndex: 0,
      yAxisIndex: 0
    },
    {
      id: '76eca16018f34d9c8b1d8b71e7605e60-Layer-5c018f51cd6446228f6a0bcc1225b881',
      name: 'root.iot.edge.WellDataTest.B_annulus_pressure_3',
      type: 'line',
      showSymbol: false,
      itemStyle: {
        color: '#D4AD58'
      },
      lineStyle: {
        color: '#D4AD58',
        type: 'dashed',
        width: 1.5
      },
      data: [],
      xAxisIndex: 0,
      yAxisIndex: 0
    }
  ]
};
data.forEach((element) => {
  option.series.forEach((el, index) => {
    if (element.id === el.id.split('-')[0]) {
      el.data = toUp(element);
      el.areaStyle = {
        color: element.color, // 设置包络线面积的填充颜色
        opacity: 0.4
      };
    }
    if (element.id === el.id.split('-')[2]) {
      option.series.splice(index, 1);
    }
  });
});

数据量太大想要数据私信我

option = {
  animation: false,
  tooltip: {
    trigger: 'axis',
    axisPointer: {
      type: 'line',
      axis: 'x',
      lineStyle: {
        color: 'rgb(69, 86, 103)',
        type: 'solid'
      }
    },
    confine: true,
    triggerOn: 'mousemove',
    enterable: true,
    renderMode: 'html',
    className: 'echarts-tooltip'
  },
  brush: {
    toolbox: ['lineX'],
    xAxisIndex: 'all',
    seriesIndex: 'all',
    geoIndex: 'all',
    brushLink: 'all',
    brushStyle: {
      borderColor: '#8b8d8f',
      color: 'rgba(226, 228, 228, 0.3)'
    },
    outOfBrush: {
      colorAlpha: 0.1
    }
  },
  axisPointer: {
    type: 'line',
    axis: 'x',
    link: [
      {
        xAxisIndex: 'all'
      }
    ],
    snap: true
  },
  grid: [
    {
      left: 50,
      right: 20,
      top: 80,
      bottom: 24,
      height: 392
    }
  ],
  xAxis: [
    {
      type: 'time',
      gridIndex: 0,
      min: '2024-05-23 09:49:41',
      max: '2024-05-23 09:59:26',
      axisLine: {
        onZero: false,
        show: true
      },
      axisTick: {
        show: true
      },
      axisLabel: {
        show: true,
        fontSize: 10
      },
      splitLine: {
        show: false
      },
      show: true
    }
  ],
  yAxis: [
    {
      id: '4f4ef678d60e47c783fc176946083a4b',
      name: '{dot|} root.iot.edge.WellDataTest.casing_pressure_1',
      nameTextStyle: {
        color: '#606266',
        borderColor: '#E5E8EC',
        borderWidth: 1,
        borderType: 'solid',
        padding: [6, 12, 6, 4],
        borderRadius: 4,
        fontSize: 12,
        align: 'left',
        verticalAlign: 'bottom',
        rich: {
          dot: {
            backgroundColor: '#DB925B',
            height: 10,
            width: 10,
            borderRadius: 10
          }
        }
      },
      nameGap: 40,
      gridIndex: 0,
      show: true,
      type: 'value',
      axisLine: {
        show: true,
        lineStyle: {
          color: '#DB925B'
        }
      },
      axisTick: {
        show: true
      },
      splitLine: {
        show: true
      },
      axisLabel: {
        show: true,
        fontSize: 10,
        width: 60,
        overflow: 'truncate'
      },
      min: 9.8375,
      max: 9.8875
    }
  ],
  series: [
    {
      type: 'line',
      id: '4f4ef678d60e47c783fc176946083a4b-base-envelope',
      name: 'root.iot.edge.WellDataTest.casing_pressure_1',
      showSymbol: false,
      itemStyle: {
        color: '#DB925B'
      },
      lineStyle: {
        color: '#DB925B',
        width: 1.5
      },
      data: [
        [1716428981000, '9.875'],
        [1716428982000, '9.875'],
        [1716428983000, '9.88125'],
        [1716428984000, '9.86875'],
        [1716428985000, '9.86875'],
        [1716428986000, '9.86875'],
        [1716428987000, '9.8625'],
        [1716428988000, '9.85625'],
        [1716428989000, '9.875'],
        [1716428990000, '9.8625'],
        [1716428991000, '9.86875'],
        [1716428992000, '9.86875'],
        [1716428993000, '9.871875'],
        [1716428994000, '9.875'],
        [1716428995000, '9.88125'],
        [1716428996000, '9.88125'],
        [1716428997000, '9.88125'],
        [1716428998000, '9.86875'],
        [1716428999000, '9.86875'],
        [1716429000000, '9.875'],
        [1716429001000, '9.88125'],
        [1716429002000, '9.88125'],
        [1716429003000, '9.875'],
        [1716429004000, '9.88125'],
        [1716429005000, '9.875'],
        [1716429006000, '9.875'],
        [1716429007000, '9.88125'],
        [1716429008000, '9.8875'],
        [1716429009000, '9.875'],
        [1716429010000, '9.875'],
        [1716429011000, '9.875'],
        [1716429012000, '9.875'],
        [1716429013000, '9.875'],
        [1716429014000, '9.875'],
        [1716429015000, '9.86875'],
        [1716429016000, '9.88125'],
        [1716429017000, '9.8875'],
        [1716429018000, '9.88125'],
        [1716429019000, '9.875'],
        [1716429020000, '9.88125'],
        [1716429021000, '9.88125'],
        [1716429022000, '9.88125'],
        [1716429023000, '9.88125'],
        [1716429024000, '9.875'],
        [1716429025000, '9.88125'],
        [1716429026000, '9.86875'],
        [1716429027000, '9.875'],
        [1716429028000, '9.875'],
        [1716429029000, '9.875'],
        [1716429030000, '9.88125'],
        [1716429031000, '9.875'],
        [1716429032000, '9.875'],
        [1716429033000, '9.86875'],
        [1716429034000, '9.8625'],
        [1716429035000, '9.86875'],
        [1716429036000, '9.86875'],
        [1716429037000, '9.86875'],
        [1716429038000, '9.88125'],
        [1716429039000, '9.86875'],
        [1716429040000, '9.875'],
        [1716429041000, '9.875'],
        [1716429042000, '9.875'],
        [1716429043000, '9.88125'],
        [1716429044000, '9.86875'],
        [1716429045000, '9.875'],
        [1716429046000, '9.875'],
        [1716429047000, '9.875'],
        [1716429048000, '9.88125'],
        [1716429049000, '9.8875'],
        [1716429050000, '9.875'],
        [1716429051000, '9.88125'],
        [1716429052000, '9.8625'],
        [1716429053000, '9.86875'],
        [1716429054000, '9.86875'],
        [1716429055000, '9.875'],
        [1716429056000, '9.88125'],
        [1716429057000, '9.875'],
        [1716429058000, '9.875'],
        [1716429059000, '9.875'],
        [1716429060000, '9.86875'],
        [1716429061000, '9.86875'],
        [1716429062000, '9.875'],
        [1716429063000, '9.871875'],
        [1716429064000, '9.86875'],
        [1716429065000, '9.875'],
        [1716429066000, '9.875'],
        [1716429067000, '9.86875'],
        [1716429068000, '9.875'],
        [1716429069000, '9.86875'],
        [1716429070000, '9.86875'],
        [1716429071000, '9.875'],
        [1716429072000, '9.875'],
        [1716429073000, '9.875'],
        [1716429074000, '9.86875'],
        [1716429075000, '9.86875'],
        [1716429076000, '9.86875'],
        [1716429077000, '9.86875'],
        [1716429078000, '9.86875'],
        [1716429079000, '9.875'],
        [1716429080000, '9.86875'],
        [1716429081000, '9.875'],
        [1716429082000, '9.875'],
        [1716429083000, '9.875'],
        [1716429084000, '9.875'],
        [1716429085000, '9.875'],
        [1716429086000, '9.8625'],
        [1716429087000, '9.875'],
        [1716429088000, '9.86875'],
        [1716429089000, '9.875'],
        [1716429090000, '9.875'],
        [1716429091000, '9.875'],
        [1716429092000, '9.86875'],
        [1716429093000, '9.875'],
        [1716429094000, '9.8875'],
        [1716429095000, '9.8875'],
        [1716429096000, '9.88125'],
        [1716429097000, '9.88125'],
        [1716429098000, '9.88125'],
        [1716429099000, '9.88125'],
        [1716429100000, '9.875'],
        [1716429101000, '9.88125'],
        [1716429102000, '9.86875'],
        [1716429103000, '9.875'],
        [1716429104000, '9.86875'],
        [1716429105000, '9.86875'],
        [1716429106000, '9.8625'],
        [1716429107000, '9.86875'],
        [1716429108000, '9.86875'],
        [1716429109000, '9.86875'],
        [1716429110000, '9.8625'],
        [1716429111000, '9.8625'],
        [1716429112000, '9.8625'],
        [1716429113000, '9.86875'],
        [1716429114000, '9.875'],
        [1716429115000, '9.875'],
        [1716429116000, '9.86875'],
        [1716429117000, '9.875'],
        [1716429118000, '9.86875'],
        [1716429119000, '9.86875'],
        [1716429120000, '9.875'],
        [1716429121000, '9.8625'],
        [1716429122000, '9.875'],
        [1716429123000, '9.86875'],
        [1716429124000, '9.8625'],
        [1716429125000, '9.86875'],
        [1716429126000, '9.875'],
        [1716429127000, '9.88125'],
        [1716429128000, '9.88125'],
        [1716429129000, '9.875'],
        [1716429130000, '9.875'],
        [1716429131000, '9.86875'],
        [1716429132000, '9.871875'],
        [1716429133000, '9.875'],
        [1716429134000, '9.88125'],
        [1716429135000, '9.875'],
        [1716429136000, '9.86875'],
        [1716429137000, '9.875'],
        [1716429138000, '9.88125'],
        [1716429139000, '9.86875'],
        [1716429140000, '9.86875'],
        [1716429141000, '9.875'],
        [1716429142000, '9.86875'],
        [1716429143000, '9.86875'],
        [1716429144000, '9.875'],
        [1716429145000, '9.86875'],
        [1716429146000, '9.86875'],
        [1716429147000, '9.86875'],
        [1716429148000, '9.875'],
        [1716429149000, '9.86875'],
        [1716429150000, '9.875'],
        [1716429151000, '9.86875'],
        [1716429152000, '9.86875'],
        [1716429153000, '9.8625'],
        [1716429154000, '9.86875'],
        [1716429155000, '9.875'],
        [1716429156000, '9.875'],
        [1716429157000, '9.875'],
        [1716429158000, '9.875'],
        [1716429159000, '9.86875'],
        [1716429160000, '9.86875'],
        [1716429161000, '9.86875'],
        [1716429162000, '9.8625'],
        [1716429163000, '9.86875'],
        [1716429164000, '9.86875'],
        [1716429165000, '9.86875'],
        [1716429166000, '9.86875'],
        [1716429167000, '9.871875'],
        [1716429168000, '9.875'],
        [1716429169000, '9.86875'],
        [1716429170000, '9.8625'],
        [1716429171000, '9.86875'],
        [1716429172000, '9.86875'],
        [1716429173000, '9.875'],
        [1716429174000, '9.88125'],
        [1716429175000, '9.86875'],
        [1716429176000, '9.8625'],
        [1716429177000, '9.875'],
        [1716429178000, '9.875'],
        [1716429179000, '9.86875'],
        [1716429180000, '9.8625'],
        [1716429181000, '9.8625'],
        [1716429182000, '9.86875'],
        [1716429183000, '9.875'],
        [1716429184000, '9.875'],
        [1716429185000, '9.875'],
        [1716429186000, '9.86875'],
        [1716429187000, '9.86875'],
        [1716429188000, '9.86875'],
        [1716429189000, '9.88125'],
        [1716429190000, '9.875'],
        [1716429191000, '9.875'],
        [1716429192000, '9.875'],
        [1716429193000, '9.86875'],
        [1716429194000, '9.86875'],
        [1716429195000, '9.8625'],
        [1716429196000, '9.86875'],
        [1716429197000, '9.86875'],
        [1716429198000, '9.8625'],
        [1716429199000, '9.88125'],
        [1716429200000, '9.88125'],
        [1716429201000, '9.875'],
        [1716429202000, '9.875'],
        [1716429203000, '9.875'],
        [1716429204000, '9.875'],
        [1716429205000, '9.86875'],
        [1716429206000, '9.86875'],
        [1716429207000, '9.8625'],
        [1716429208000, '9.8625'],
        [1716429209000, '9.86875'],
        [1716429210000, '9.8625'],
        [1716429211000, '9.86875'],
        [1716429212000, '9.86875'],
        [1716429213000, '9.86875'],
        [1716429214000, '9.86875'],
        [1716429215000, '9.86875'],
        [1716429216000, '9.875'],
        [1716429217000, '9.875'],
        [1716429218000, '9.86875'],
        [1716429219000, '9.875'],
        [1716429220000, '9.85625'],
        [1716429221000, '9.8625'],
        [1716429222000, '9.86875'],
        [1716429223000, '9.86875'],
        [1716429224000, '9.8625'],
        [1716429225000, '9.86875'],
        [1716429226000, '9.86875'],
        [1716429227000, '9.875'],
        [1716429228000, '9.875'],
        [1716429229000, '9.86875'],
        [1716429230000, '9.86875'],
        [1716429231000, '9.85625'],
        [1716429232000, '9.8625'],
        [1716429233000, '9.875'],
        [1716429234000, '9.86875'],
        [1716429235000, '9.875'],
        [1716429236000, '9.871875'],
        [1716429237000, '9.86875'],
        [1716429238000, '9.86875'],
        [1716429239000, '9.8625'],
        [1716429240000, '9.86875'],
        [1716429241000, '9.86875'],
        [1716429242000, '9.875'],
        [1716429243000, '9.86875'],
        [1716429244000, '9.86875'],
        [1716429245000, '9.8625'],
        [1716429246000, '9.8625'],
        [1716429247000, '9.875'],
        [1716429248000, '9.86875'],
        [1716429249000, '9.86875'],
        [1716429250000, '9.86875'],
        [1716429251000, '9.875'],
        [1716429252000, '9.86875'],
        [1716429253000, '9.8625'],
        [1716429254000, '9.86875'],
        [1716429255000, '9.86875'],
        [1716429256000, '9.86875'],
        [1716429257000, '9.86875'],
        [1716429258000, '9.86875'],
        [1716429259000, '9.8625'],
        [1716429260000, '9.875'],
        [1716429261000, '9.8625'],
        [1716429262000, '9.86875'],
        [1716429263000, '9.86875'],
        [1716429264000, '9.86875'],
        [1716429265000, '9.875'],
        [1716429266000, '9.8625'],
        [1716429267000, '9.8625'],
        [1716429268000, '9.875'],
        [1716429269000, '9.86875'],
        [1716429270000, '9.875'],
        [1716429271000, '9.871875'],
        [1716429272000, '9.86875'],
        [1716429273000, '9.86875'],
        [1716429274000, '9.86875'],
        [1716429275000, '9.86875'],
        [1716429276000, '9.8625'],
        [1716429277000, '9.8625'],
        [1716429278000, '9.86875'],
        [1716429279000, '9.8625'],
        [1716429280000, '9.86875'],
        [1716429281000, '9.86875'],
        [1716429282000, '9.8625'],
        [1716429283000, '9.8625'],
        [1716429284000, '9.86875'],
        [1716429285000, '9.8625'],
        [1716429286000, '9.865625'],
        [1716429287000, '9.86875'],
        [1716429288000, '9.86875'],
        [1716429289000, '9.8625'],
        [1716429290000, '9.86875'],
        [1716429291000, '9.875'],
        [1716429292000, '9.86875'],
        [1716429293000, '9.86875'],
        [1716429294000, '9.86875'],
        [1716429295000, '9.86875'],
        [1716429296000, '9.86875'],
        [1716429297000, '9.8625'],
        [1716429298000, '9.8625'],
        [1716429299000, '9.8625'],
        [1716429300000, '9.8625'],
        [1716429301000, '9.86875'],
        [1716429302000, '9.86875'],
        [1716429303000, '9.85625'],
        [1716429304000, '9.8625'],
        [1716429305000, '9.8625'],
        [1716429306000, '9.8625'],
        [1716429307000, '9.86875'],
        [1716429308000, '9.86875'],
        [1716429309000, '9.8625'],
        [1716429310000, '9.875'],
        [1716429311000, '9.8625'],
        [1716429312000, '9.8625'],
        [1716429313000, '9.86875'],
        [1716429314000, '9.8625'],
        [1716429315000, '9.8625'],
        [1716429316000, '9.86875'],
        [1716429317000, '9.875'],
        [1716429318000, '9.8625'],
        [1716429319000, '9.86875'],
        [1716429320000, '9.86875'],
        [1716429321000, '9.86875'],
        [1716429322000, '9.8625'],
        [1716429323000, '9.86875'],
        [1716429324000, '9.86875'],
        [1716429325000, '9.86875'],
        [1716429326000, '9.85625'],
        [1716429327000, '9.8625'],
        [1716429328000, '9.85625'],
        [1716429329000, '9.85625'],
        [1716429330000, '9.8625'],
        [1716429331000, '9.8625'],
        [1716429332000, '9.86875'],
        [1716429333000, '9.875'],
        [1716429334000, '9.8625'],
        [1716429335000, '9.85625'],
        [1716429336000, '9.8625'],
        [1716429337000, '9.86875'],
        [1716429338000, '9.86875'],
        [1716429339000, '9.8625'],
        [1716429340000, '9.86875'],
        [1716429341000, '9.8625'],
        [1716429342000, '9.8625'],
        [1716429343000, '9.8625'],
        [1716429344000, '9.8625'],
        [1716429345000, '9.8625'],
        [1716429346000, '9.86875'],
        [1716429347000, '9.8625'],
        [1716429348000, '9.8625'],
        [1716429349000, '9.8625'],
        [1716429350000, '9.8625'],
        [1716429351000, '9.8625'],
        [1716429352000, '9.85'],
        [1716429353000, '9.85625'],
        [1716429354000, '9.8625'],
        [1716429355000, '9.8625'],
        [1716429356000, '9.86875'],
        [1716429357000, '9.8625'],
        [1716429358000, '9.8625'],
        [1716429359000, '9.86875'],
        [1716429360000, '9.8625'],
        [1716429361000, '9.8625'],
        [1716429362000, '9.8625'],
        [1716429363000, '9.86875'],
        [1716429364000, '9.8625'],
        [1716429365000, '9.8625'],
        [1716429366000, '9.8625'],
        [1716429367000, '9.8625'],
        [1716429368000, '9.86875'],
        [1716429369000, '9.86875'],
        [1716429370000, '9.86875'],
        [1716429371000, '9.86875'],
        [1716429372000, '9.86875'],
        [1716429373000, '9.8625'],
        [1716429374000, '9.8625'],
        [1716429375000, '9.865625'],
        [1716429376000, '9.86875'],
        [1716429377000, '9.8625'],
        [1716429378000, '9.86875'],
        [1716429379000, '9.875'],
        [1716429380000, '9.8625'],
        [1716429381000, '9.8625'],
        [1716429382000, '9.8625'],
        [1716429383000, '9.85625'],
        [1716429384000, '9.8625'],
        [1716429385000, '9.875'],
        [1716429386000, '9.86875'],
        [1716429387000, '9.86875'],
        [1716429388000, '9.875'],
        [1716429389000, '9.8625'],
        [1716429390000, '9.86875'],
        [1716429391000, '9.88125'],
        [1716429392000, '9.86875'],
        [1716429393000, '9.8625'],
        [1716429394000, '9.8625'],
        [1716429395000, '9.8625'],
        [1716429396000, '9.86875'],
        [1716429397000, '9.8625'],
        [1716429398000, '9.8625'],
        [1716429399000, '9.8625'],
        [1716429400000, '9.8625'],
        [1716429401000, '9.8625'],
        [1716429402000, '9.86875'],
        [1716429403000, '9.86875'],
        [1716429404000, '9.8625'],
        [1716429405000, '9.86875'],
        [1716429406000, '9.86875'],
        [1716429407000, '9.8625'],
        [1716429408000, '9.86875'],
        [1716429409000, '9.85625'],
        [1716429410000, '9.859375'],
        [1716429411000, '9.8625'],
        [1716429412000, '9.8625'],
        [1716429413000, '9.86875'],
        [1716429414000, '9.8625'],
        [1716429415000, '9.86875'],
        [1716429416000, '9.85625'],
        [1716429417000, '9.85'],
        [1716429418000, '9.8625'],
        [1716429419000, '9.86875'],
        [1716429420000, '9.86875'],
        [1716429421000, '9.86875'],
        [1716429422000, '9.86875'],
        [1716429423000, '9.875'],
        [1716429424000, '9.8625'],
        [1716429425000, '9.86875'],
        [1716429426000, '9.875'],
        [1716429427000, '9.88125'],
        [1716429428000, '9.875'],
        [1716429429000, '9.8625'],
        [1716429430000, '9.85625'],
        [1716429431000, '9.8625'],
        [1716429432000, '9.8625'],
        [1716429433000, '9.8625'],
        [1716429434000, '9.8625'],
        [1716429435000, '9.8625'],
        [1716429436000, '9.8625'],
        [1716429437000, '9.8625'],
        [1716429438000, '9.8625'],
        [1716429439000, '9.8625'],
        [1716429440000, '9.85625'],
        [1716429441000, '9.85'],
        [1716429442000, '9.8625'],
        [1716429443000, '9.875'],
        [1716429444000, '9.8625'],
        [1716429445000, '9.8625'],
        [1716429446000, '9.8625'],
        [1716429447000, '9.86875'],
        [1716429448000, '9.86875'],
        [1716429449000, '9.85625'],
        [1716429450000, '9.8625'],
        [1716429451000, '9.8625'],
        [1716429452000, '9.86875'],
        [1716429453000, '9.8625'],
        [1716429454000, '9.86875'],
        [1716429455000, '9.875'],
        [1716429456000, '9.86875'],
        [1716429457000, '9.8625'],
        [1716429458000, '9.8625'],
        [1716429459000, '9.8625'],
        [1716429460000, '9.86875'],
        [1716429461000, '9.8625'],
        [1716429462000, '9.85625'],
        [1716429463000, '9.86875'],
        [1716429464000, '9.86875'],
        [1716429465000, '9.8625'],
        [1716429466000, '9.8625'],
        [1716429467000, '9.85625'],
        [1716429468000, '9.8625'],
        [1716429469000, '9.8625'],
        [1716429470000, '9.8625'],
        [1716429471000, '9.86875'],
        [1716429472000, '9.86875'],
        [1716429473000, '9.86875'],
        [1716429474000, '9.8625'],
        [1716429475000, '9.8625'],
        [1716429476000, '9.8625'],
        [1716429477000, '9.85625'],
        [1716429478000, '9.85625'],
        [1716429479000, '9.8625'],
        [1716429480000, '9.8625'],
        [1716429481000, '9.8625'],
        [1716429482000, '9.8625'],
        [1716429483000, '9.85625'],
        [1716429484000, '9.8625'],
        [1716429485000, '9.85625'],
        [1716429486000, '9.85'],
        [1716429487000, '9.85625'],
        [1716429488000, '9.8625'],
        [1716429489000, '9.86875'],
        [1716429490000, '9.8625'],
        [1716429491000, '9.875'],
        [1716429492000, '9.8625'],
        [1716429493000, '9.86875'],
        [1716429494000, '9.88125'],
        [1716429495000, '9.86875'],
        [1716429496000, '9.8625'],
        [1716429497000, '9.8625'],
        [1716429498000, '9.8625'],
        [1716429499000, '9.86875'],
        [1716429500000, '9.8625'],
        [1716429501000, '9.8625'],
        [1716429502000, '9.85625'],
        [1716429503000, '9.8625'],
        [1716429504000, '9.85625'],
        [1716429505000, '9.85'],
        [1716429506000, '9.8625'],
        [1716429507000, '9.85625'],
        [1716429508000, '9.85'],
        [1716429509000, '9.8625'],
        [1716429510000, '9.8625'],
        [1716429511000, '9.8625'],
        [1716429512000, '9.8625'],
        [1716429513000, '9.85625'],
        [1716429514000, '9.85625'],
        [1716429515000, '9.8625'],
        [1716429516000, '9.8625'],
        [1716429517000, '9.875'],
        [1716429518000, '9.8625'],
        [1716429519000, '9.8625'],
        [1716429520000, '9.86875'],
        [1716429521000, '9.86875'],
        [1716429522000, '9.86875'],
        [1716429523000, '9.8625'],
        [1716429524000, '9.8625'],
        [1716429525000, '9.875'],
        [1716429526000, '9.875'],
        [1716429527000, '9.8625'],
        [1716429528000, '9.86875'],
        [1716429529000, '9.86875'],
        [1716429530000, '9.86875'],
        [1716429531000, '9.86875'],
        [1716429532000, '9.875'],
        [1716429533000, '9.875'],
        [1716429534000, '9.875'],
        [1716429535000, '9.86875'],
        [1716429536000, '9.875'],
        [1716429537000, '9.88125'],
        [1716429538000, '9.88125'],
        [1716429539000, '9.88125'],
        [1716429540000, '9.88125'],
        [1716429541000, '9.88125'],
        [1716429542000, '9.88125'],
        [1716429543000, '9.88125'],
        [1716429544000, '9.88125'],
        [1716429545000, '9.875'],
        [1716429546000, '9.875'],
        [1716429547000, '9.875'],
        [1716429548000, '9.875'],
        [1716429549000, '9.875'],
        [1716429550000, '9.86875'],
        [1716429551000, '9.875'],
        [1716429552000, '9.875'],
        [1716429553000, '9.875'],
        [1716429554000, '9.875'],
        [1716429555000, '9.875'],
        [1716429556000, '9.88125'],
        [1716429557000, '9.88125'],
        [1716429558000, '9.88125'],
        [1716429559000, '9.88125'],
        [1716429560000, '9.875'],
        [1716429561000, '9.88125'],
        [1716429562000, '9.875'],
        [1716429563000, '9.875'],
        [1716429564000, '9.878125'],
        [1716429565000, '9.88125'],
        [1716429566000, '9.875'],
        [1716429566000, '9.875'],
        [1716429565000, '9.86875'],
        [1716429564000, '9.8625'],
        [1716429563000, '9.85625'],
        [1716429562000, '9.86875'],
        [1716429561000, '9.88125'],
        [1716429560000, '9.8625'],
        [1716429559000, '9.8625'],
        [1716429558000, '9.8625'],
        [1716429557000, '9.85'],
        [1716429556000, '9.85'],
        [1716429555000, '9.8625'],
        [1716429554000, '9.8625'],
        [1716429553000, '9.86875'],
        [1716429552000, '9.875'],
        [1716429551000, '9.85625'],
        [1716429550000, '9.85625'],
        [1716429549000, '9.859375'],
        [1716429548000, '9.8625'],
        [1716429547000, '9.8625'],
        [1716429546000, '9.86875'],
        [1716429545000, '9.85625'],
        [1716429544000, '9.85625'],
        [1716429543000, '9.8625'],
        [1716429542000, '9.85625'],
        [1716429541000, '9.8625'],
        [1716429540000, '9.86875'],
        [1716429539000, '9.85625'],
        [1716429538000, '9.85625'],
        [1716429537000, '9.85'],
        [1716429536000, '9.85'],
        [1716429535000, '9.8625'],
        [1716429534000, '9.8625'],
        [1716429533000, '9.8625'],
        [1716429532000, '9.8625'],
        [1716429531000, '9.85625'],
        [1716429530000, '9.8625'],
        [1716429529000, '9.85625'],
        [1716429528000, '9.8625'],
        [1716429527000, '9.8625'],
        [1716429526000, '9.8625'],
        [1716429525000, '9.86875'],
        [1716429524000, '9.8625'],
        [1716429523000, '9.8625'],
        [1716429522000, '9.8625'],
        [1716429521000, '9.8625'],
        [1716429520000, '9.8625'],
        [1716429519000, '9.85625'],
        [1716429518000, '9.8625'],
        [1716429517000, '9.86875'],
        [1716429516000, '9.85'],
        [1716429515000, '9.85'],
        [1716429514000, '9.853125'],
        [1716429513000, '9.85625'],
        [1716429512000, '9.84375'],
        [1716429511000, '9.84375'],
        [1716429510000, '9.85625'],
        [1716429509000, '9.85625'],
        [1716429508000, '9.85'],
        [1716429507000, '9.85'],
        [1716429506000, '9.85625'],
        [1716429505000, '9.85'],
        [1716429504000, '9.85'],
        [1716429503000, '9.85'],
        [1716429502000, '9.85625'],
        [1716429501000, '9.85'],
        [1716429500000, '9.84375'],
        [1716429499000, '9.84375'],
        [1716429498000, '9.85'],
        [1716429497000, '9.85'],
        [1716429496000, '9.85625'],
        [1716429495000, '9.85625'],
        [1716429494000, '9.85625'],
        [1716429493000, '9.85625'],
        [1716429492000, '9.85'],
        [1716429491000, '9.85'],
        [1716429490000, '9.85'],
        [1716429489000, '9.84375'],
        [1716429488000, '9.85'],
        [1716429487000, '9.85625'],
        [1716429486000, '9.85'],
        [1716429485000, '9.85'],
        [1716429484000, '9.85625'],
        [1716429483000, '9.85'],
        [1716429482000, '9.85625'],
        [1716429481000, '9.85625'],
        [1716429480000, '9.85625'],
        [1716429479000, '9.85'],
        [1716429478000, '9.84375'],
        [1716429477000, '9.84375'],
        [1716429476000, '9.84375'],
        [1716429475000, '9.84375'],
        [1716429474000, '9.84375'],
        [1716429473000, '9.85'],
        [1716429472000, '9.85625'],
        [1716429471000, '9.85'],
        [1716429470000, '9.85'],
        [1716429469000, '9.85625'],
        [1716429468000, '9.84375'],
        [1716429467000, '9.84375'],
        [1716429466000, '9.85625'],
        [1716429465000, '9.84375'],
        [1716429464000, '9.84375'],
        [1716429463000, '9.85'],
        [1716429462000, '9.85'],
        [1716429461000, '9.85625'],
        [1716429460000, '9.859375'],
        [1716429459000, '9.85'],
        [1716429458000, '9.85625'],
        [1716429457000, '9.8625'],
        [1716429456000, '9.85625'],
        [1716429455000, '9.85'],
        [1716429454000, '9.84375'],
        [1716429453000, '9.85'],
        [1716429452000, '9.84375'],
        [1716429451000, '9.85'],
        [1716429450000, '9.85'],
        [1716429449000, '9.85625'],
        [1716429448000, '9.85'],
        [1716429447000, '9.85'],
        [1716429446000, '9.85'],
        [1716429445000, '9.85625'],
        [1716429444000, '9.85625'],
        [1716429443000, '9.85'],
        [1716429442000, '9.85625'],
        [1716429441000, '9.85'],
        [1716429440000, '9.85625'],
        [1716429439000, '9.85625'],
        [1716429438000, '9.85625'],
        [1716429437000, '9.8625'],
        [1716429436000, '9.85625'],
        [1716429435000, '9.85'],
        [1716429434000, '9.84375'],
        [1716429433000, '9.85625'],
        [1716429432000, '9.85'],
        [1716429431000, '9.85'],
        [1716429430000, '9.85'],
        [1716429429000, '9.85'],
        [1716429428000, '9.85'],
        [1716429427000, '9.85'],
        [1716429426000, '9.85625'],
        [1716429425000, '9.85625'],
        [1716429424000, '9.85625'],
        [1716429423000, '9.85625'],
        [1716429422000, '9.85625'],
        [1716429421000, '9.85625'],
        [1716429420000, '9.85'],
        [1716429419000, '9.85625'],
        [1716429418000, '9.85'],
        [1716429417000, '9.85'],
        [1716429416000, '9.85'],
        [1716429415000, '9.85625'],
        [1716429414000, '9.85625'],
        [1716429413000, '9.84375'],
        [1716429412000, '9.85625'],
        [1716429411000, '9.85625'],
        [1716429410000, '9.85625'],
        [1716429409000, '9.85625'],
        [1716429408000, '9.85'],
        [1716429407000, '9.85625'],
        [1716429406000, '9.85'],
        [1716429405000, '9.85'],
        [1716429404000, '9.84375'],
        [1716429403000, '9.8375'],
        [1716429402000, '9.84375'],
        [1716429401000, '9.84375'],
        [1716429400000, '9.85625'],
        [1716429399000, '9.85'],
        [1716429398000, '9.85625'],
        [1716429397000, '9.85625'],
        [1716429396000, '9.85'],
        [1716429395000, '9.85'],
        [1716429394000, '9.85'],
        [1716429393000, '9.85'],
        [1716429392000, '9.85'],
        [1716429391000, '9.84375'],
        [1716429390000, '9.85'],
        [1716429389000, '9.85625'],
        [1716429388000, '9.85'],
        [1716429387000, '9.85'],
        [1716429386000, '9.85625'],
        [1716429385000, '9.85625'],
        [1716429384000, '9.85625'],
        [1716429383000, '9.85'],
        [1716429382000, '9.85'],
        [1716429381000, '9.84375'],
        [1716429380000, '9.85'],
        [1716429379000, '9.85625'],
        [1716429378000, '9.85'],
        [1716429377000, '9.8375'],
        [1716429376000, '9.85'],
        [1716429375000, '9.85625'],
        [1716429374000, '9.85'],
        [1716429373000, '9.84375'],
        [1716429372000, '9.8375'],
        [1716429371000, '9.84375'],
        [1716429370000, '9.84375'],
        [1716429369000, '9.85'],
        [1716429368000, '9.85'],
        [1716429367000, '9.85625'],
        [1716429366000, '9.85625'],
        [1716429365000, '9.85'],
        [1716429364000, '9.85625'],
        [1716429363000, '9.85625'],
        [1716429362000, '9.85625'],
        [1716429361000, '9.85'],
        [1716429360000, '9.85'],
        [1716429359000, '9.84375'],
        [1716429358000, '9.85625'],
        [1716429357000, '9.84375'],
        [1716429356000, '9.85'],
        [1716429355000, '9.85'],
        [1716429354000, '9.85'],
        [1716429353000, '9.85'],
        [1716429352000, '9.85'],
        [1716429351000, '9.84375'],
        [1716429350000, '9.84375'],
        [1716429349000, '9.8375'],
        [1716429348000, '9.84375'],
        [1716429347000, '9.85'],
        [1716429346000, '9.84375'],
        [1716429345000, '9.84375'],
        [1716429344000, '9.84375'],
        [1716429343000, '9.84375'],
        [1716429342000, '9.85625'],
        [1716429341000, '9.8625'],
        [1716429340000, '9.8625'],
        [1716429339000, '9.85'],
        [1716429338000, '9.84375'],
        [1716429337000, '9.85'],
        [1716429336000, '9.84375'],
        [1716429335000, '9.8375'],
        [1716429334000, '9.84375'],
        [1716429333000, '9.85'],
        [1716429332000, '9.84375'],
        [1716429331000, '9.85'],
        [1716429330000, '9.85'],
        [1716429329000, '9.84375'],
        [1716429328000, '9.84375'],
        [1716429327000, '9.8375'],
        [1716429326000, '9.85'],
        [1716429325000, '9.84375'],
        [1716429324000, '9.85'],
        [1716429323000, '9.85'],
        [1716429322000, '9.85'],
        [1716429321000, '9.84375'],
        [1716429320000, '9.84375'],
        [1716429319000, '9.84375'],
        [1716429318000, '9.8625'],
        [1716429317000, '9.85'],
        [1716429316000, '9.8625'],
        [1716429315000, '9.85625'],
        [1716429314000, '9.8625'],
        [1716429313000, '9.8625'],
        [1716429312000, '9.8625'],
        [1716429311000, '9.8625'],
        [1716429310000, '9.85625'],
        [1716429309000, '9.85625'],
        [1716429308000, '9.8625'],
        [1716429307000, '9.85625'],
        [1716429306000, '9.859375'],
        [1716429305000, '9.8625'],
        [1716429304000, '9.85625'],
        [1716429303000, '9.85625'],
        [1716429302000, '9.85'],
        [1716429301000, '9.8625'],
        [1716429300000, '9.8625'],
        [1716429299000, '9.85625'],
        [1716429298000, '9.85625'],
        [1716429297000, '9.85625'],
        [1716429296000, '9.85625'],
        [1716429295000, '9.84375'],
        [1716429294000, '9.85625'],
        [1716429293000, '9.8625'],
        [1716429292000, '9.8625'],
        [1716429291000, '9.8625'],
        [1716429290000, '9.8625'],
        [1716429289000, '9.8625'],
        [1716429288000, '9.8625'],
        [1716429287000, '9.86875'],
        [1716429286000, '9.85625'],
        [1716429285000, '9.8625'],
        [1716429284000, '9.85625'],
        [1716429283000, '9.8625'],
        [1716429282000, '9.85625'],
        [1716429281000, '9.86875'],
        [1716429280000, '9.8625'],
        [1716429279000, '9.8625'],
        [1716429278000, '9.86875'],
        [1716429277000, '9.85625'],
        [1716429276000, '9.85625'],
        [1716429275000, '9.86875'],
        [1716429274000, '9.8625'],
        [1716429273000, '9.85625'],
        [1716429272000, '9.8625'],
        [1716429271000, '9.86875'],
        [1716429270000, '9.8625'],
        [1716429269000, '9.8625'],
        [1716429268000, '9.8625'],
        [1716429267000, '9.8625'],
        [1716429266000, '9.8625'],
        [1716429265000, '9.8625'],
        [1716429264000, '9.85625'],
        [1716429263000, '9.85625'],
        [1716429262000, '9.8625'],
        [1716429261000, '9.8625'],
        [1716429260000, '9.86875'],
        [1716429259000, '9.8625'],
        [1716429258000, '9.8625'],
        [1716429257000, '9.8625'],
        [1716429256000, '9.86875'],
        [1716429255000, '9.8625'],
        [1716429254000, '9.8625'],
        [1716429253000, '9.8625'],
        [1716429252000, '9.85625'],
        [1716429251000, '9.86875'],
        [1716429250000, '9.86875'],
        [1716429249000, '9.85625'],
        [1716429248000, '9.8625'],
        [1716429247000, '9.86875'],
        [1716429246000, '9.85625'],
        [1716429245000, '9.85625'],
        [1716429244000, '9.8625'],
        [1716429243000, '9.86875'],
        [1716429242000, '9.8625'],
        [1716429241000, '9.8625'],
        [1716429240000, '9.8625'],
        [1716429239000, '9.8625'],
        [1716429238000, '9.8625'],
        [1716429237000, '9.8625'],
        [1716429236000, '9.85625'],
        [1716429235000, '9.8625'],
        [1716429234000, '9.85625'],
        [1716429233000, '9.8625'],
        [1716429232000, '9.8625'],
        [1716429231000, '9.85'],
        [1716429230000, '9.86875'],
        [1716429229000, '9.86875'],
        [1716429228000, '9.86875'],
        [1716429227000, '9.86875'],
        [1716429226000, '9.8625'],
        [1716429225000, '9.8625'],
        [1716429224000, '9.85625'],
        [1716429223000, '9.86875'],
        [1716429222000, '9.8625'],
        [1716429221000, '9.85'],
        [1716429220000, '9.85'],
        [1716429219000, '9.85625'],
        [1716429218000, '9.8625'],
        [1716429217000, '9.8625'],
        [1716429216000, '9.8625'],
        [1716429215000, '9.8625'],
        [1716429214000, '9.8625'],
        [1716429213000, '9.8625'],
        [1716429212000, '9.8625'],
        [1716429211000, '9.86875'],
        [1716429210000, '9.8625'],
        [1716429209000, '9.8625'],
        [1716429208000, '9.85625'],
        [1716429207000, '9.8625'],
        [1716429206000, '9.85625'],
        [1716429205000, '9.8625'],
        [1716429204000, '9.8625'],
        [1716429203000, '9.86875'],
        [1716429202000, '9.85'],
        [1716429201000, '9.85625'],
        [1716429200000, '9.86875'],
        [1716429199000, '9.8625'],
        [1716429198000, '9.8625'],
        [1716429197000, '9.86875'],
        [1716429196000, '9.85625'],
        [1716429195000, '9.8625'],
        [1716429194000, '9.85625'],
        [1716429193000, '9.85625'],
        [1716429192000, '9.8625'],
        [1716429191000, '9.86875'],
        [1716429190000, '9.85'],
        [1716429189000, '9.8625'],
        [1716429188000, '9.85'],
        [1716429187000, '9.85625'],
        [1716429186000, '9.8375'],
        [1716429185000, '9.85625'],
        [1716429184000, '9.85625'],
        [1716429183000, '9.85625'],
        [1716429182000, '9.853125'],
        [1716429181000, '9.85'],
        [1716429180000, '9.8375'],
        [1716429179000, '9.84375'],
        [1716429178000, '9.85625'],
        [1716429177000, '9.85'],
        [1716429176000, '9.8625'],
        [1716429175000, '9.86875'],
        [1716429174000, '9.85625'],
        [1716429173000, '9.85625'],
        [1716429172000, '9.85'],
        [1716429171000, '9.85625'],
        [1716429170000, '9.85'],
        [1716429169000, '9.85625'],
        [1716429168000, '9.85'],
        [1716429167000, '9.85'],
        [1716429166000, '9.8375'],
        [1716429165000, '9.8375'],
        [1716429164000, '9.84375'],
        [1716429163000, '9.84375'],
        [1716429162000, '9.85'],
        [1716429161000, '9.84375'],
        [1716429160000, '9.8375'],
        [1716429159000, '9.84375'],
        [1716429158000, '9.84375'],
        [1716429157000, '9.84375'],
        [1716429156000, '9.84375'],
        [1716429155000, '9.84375'],
        [1716429154000, '9.84375'],
        [1716429153000, '9.8625'],
        [1716429152000, '9.8625'],
        [1716429151000, '9.85625'],
        [1716429150000, '9.85625'],
        [1716429149000, '9.84375'],
        [1716429148000, '9.85'],
        [1716429147000, '9.85'],
        [1716429146000, '9.85'],
        [1716429145000, '9.85625'],
        [1716429144000, '9.85'],
        [1716429143000, '9.84375'],
        [1716429142000, '9.85'],
        [1716429141000, '9.84375'],
        [1716429140000, '9.84375'],
        [1716429139000, '9.84375'],
        [1716429138000, '9.84375'],
        [1716429137000, '9.84375'],
        [1716429136000, '9.8375'],
        [1716429135000, '9.8375'],
        [1716429134000, '9.8625'],
        [1716429133000, '9.85625'],
        [1716429132000, '9.85'],
        [1716429131000, '9.85625'],
        [1716429130000, '9.8625'],
        [1716429129000, '9.85625'],
        [1716429128000, '9.8625'],
        [1716429127000, '9.85'],
        [1716429126000, '9.85'],
        [1716429125000, '9.85625'],
        [1716429124000, '9.8625'],
        [1716429123000, '9.85'],
        [1716429122000, '9.85'],
        [1716429121000, '9.84375'],
        [1716429120000, '9.84375'],
        [1716429119000, '9.85'],
        [1716429118000, '9.85'],
        [1716429117000, '9.8375'],
        [1716429116000, '9.84375'],
        [1716429115000, '9.84375'],
        [1716429114000, '9.8375'],
        [1716429113000, '9.84375'],
        [1716429112000, '9.840625'],
        [1716429111000, '9.8375'],
        [1716429110000, '9.84375'],
        [1716429109000, '9.85'],
        [1716429108000, '9.84375'],
        [1716429107000, '9.84375'],
        [1716429106000, '9.84375'],
        [1716429105000, '9.84375'],
        [1716429104000, '9.8375'],
        [1716429103000, '9.8375'],
        [1716429102000, '9.85625'],
        [1716429101000, '9.85'],
        [1716429100000, '9.85625'],
        [1716429099000, '9.8625'],
        [1716429098000, '9.85625'],
        [1716429097000, '9.85'],
        [1716429096000, '9.8625'],
        [1716429095000, '9.85'],
        [1716429094000, '9.85625'],
        [1716429093000, '9.85625'],
        [1716429092000, '9.85625'],
        [1716429091000, '9.85625'],
        [1716429090000, '9.85'],
        [1716429089000, '9.85'],
        [1716429088000, '9.85'],
        [1716429087000, '9.85'],
        [1716429086000, '9.85625'],
        [1716429085000, '9.85'],
        [1716429084000, '9.85625'],
        [1716429083000, '9.84375'],
        [1716429082000, '9.85'],
        [1716429081000, '9.85625'],
        [1716429080000, '9.85625'],
        [1716429079000, '9.85625'],
        [1716429078000, '9.8375'],
        [1716429077000, '9.84375'],
        [1716429076000, '9.85'],
        [1716429075000, '9.85'],
        [1716429074000, '9.85'],
        [1716429073000, '9.8375'],
        [1716429072000, '9.85625'],
        [1716429071000, '9.85'],
        [1716429070000, '9.85'],
        [1716429069000, '9.84375'],
        [1716429068000, '9.85625'],
        [1716429067000, '9.8625'],
        [1716429066000, '9.85625'],
        [1716429065000, '9.84375'],
        [1716429064000, '9.84375'],
        [1716429063000, '9.85'],
        [1716429062000, '9.85'],
        [1716429061000, '9.8625'],
        [1716429060000, '9.85625'],
        [1716429059000, '9.85'],
        [1716429058000, '9.8625'],
        [1716429057000, '9.85625'],
        [1716429056000, '9.85'],
        [1716429055000, '9.85625'],
        [1716429054000, '9.85'],
        [1716429053000, '9.85'],
        [1716429052000, '9.85'],
        [1716429051000, '9.8625'],
        [1716429050000, '9.85625'],
        [1716429049000, '9.85625'],
        [1716429048000, '9.8625'],
        [1716429047000, '9.85625'],
        [1716429046000, '9.84375'],
        [1716429045000, '9.84375'],
        [1716429044000, '9.84375'],
        [1716429043000, '9.840625'],
        [1716429042000, '9.8375'],
        [1716429041000, '9.8375'],
        [1716429040000, '9.84375'],
        [1716429039000, '9.84375'],
        [1716429038000, '9.84375'],
        [1716429037000, '9.84375'],
        [1716429036000, '9.84375'],
        [1716429035000, '9.85625'],
        [1716429034000, '9.85625'],
        [1716429033000, '9.85'],
        [1716429032000, '9.84375'],
        [1716429031000, '9.84375'],
        [1716429030000, '9.84375'],
        [1716429029000, '9.84375'],
        [1716429028000, '9.84375'],
        [1716429027000, '9.85'],
        [1716429026000, '9.85625'],
        [1716429025000, '9.85625'],
        [1716429024000, '9.8375'],
        [1716429023000, '9.8375'],
        [1716429022000, '9.8375'],
        [1716429021000, '9.8375'],
        [1716429020000, '9.84375'],
        [1716429019000, '9.85'],
        [1716429018000, '9.85'],
        [1716429017000, '9.84375'],
        [1716429016000, '9.8375'],
        [1716429015000, '9.85'],
        [1716429014000, '9.85625'],
        [1716429013000, '9.85'],
        [1716429012000, '9.85'],
        [1716429011000, '9.84375'],
        [1716429010000, '9.8375'],
        [1716429009000, '9.85'],
        [1716429008000, '9.85'],
        [1716429007000, '9.85'],
        [1716429006000, '9.8375'],
        [1716429005000, '9.85'],
        [1716429004000, '9.84375'],
        [1716429003000, '9.84375'],
        [1716429002000, '9.84375'],
        [1716429001000, '9.8625'],
        [1716429000000, '9.85'],
        [1716428999000, '9.85'],
        [1716428998000, '9.84375'],
        [1716428997000, '9.84375'],
        [1716428996000, '9.85'],
        [1716428995000, '9.84375'],
        [1716428994000, '9.84375'],
        [1716428993000, '9.85'],
        [1716428992000, '9.84375'],
        [1716428991000, '9.84375'],
        [1716428990000, '9.85625'],
        [1716428989000, '9.85'],
        [1716428988000, '9.84375'],
        [1716428987000, '9.8375'],
        [1716428986000, '9.8375'],
        [1716428985000, '9.85'],
        [1716428984000, '9.85625'],
        [1716428983000, '9.85'],
        [1716428982000, '9.8375'],
        [1716428981000, '9.84375']
      ],
      xAxisIndex: 0,
      yAxisIndex: 0,
      areaStyle: {
        color: '#DB925B',
        opacity: 0.4
      }
    },
    {
      id: 'filter-area-inview',
      type: 'line',
      xAxisIndex: 0,
      yAxisIndex: 0,
      data: [],
      markArea: {
        itemStyle: {
          color: 'rgba(200, 200, 200, 0.6)'
        },
        label: {
          show: false
        },
        data: []
      },
      z: 100
    }
  ]
};

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值