大师收益echarts 折线配置项内容和展示

配置项如下
      option = {
    title: {
        text: '大师收益'
    },
    tooltip: {
        trigger: 'axis',
        axisPointer: {
            type: 'shadow',
            label: {
                show: true,
                backgroundColor: '#333'
            }
        }
    },
    xAxis: {
        data: ["20190722", "20190723", "20190724", "20190725", "20190726", "20190729", "20190730", "20190731", "20190801", "20190802", "20190805", "20190806", "20190807", "20190808", "20190809", "20190812", "20190813", "20190814", "20190815", "20190816", "20190819", "20190820", "20190821", "20190822", "20190823", "20190826", "20190827", "20190828", "20190829", "20190830", "20190902", "20190903", "20190904", "20190905", "20190906", "20190909", "20190910", "20190911", "20190912", "20190916", "20190917", "20190918", "20190919", "20190920", "20190923", "20190924", "20190925", "20190926", "20190927", "20190930", "20191008", "20191009", "20191010", "20191011", "20191014", "20191015", "20191016", "20191017", "20191018", "20191021", "20191022", "20191023", "20191024", "20191025", "20191028", "20191029", "20191030", "20191031", "20191101", "20191104", "20191105", "20191106", "20191107", "20191108", "20191111", "20191112", "20191113", "20191114", "20191115", "20191118", "20191119", "20191120", "20191121", "20191122", "20191125", "20191126", "20191127", "20191128", "20191129", "20191202", "20191203", "20191204", "20191205", "20191206", "20191209", "20191210", "20191211", "20191212", "20191213", "20191217", "20191218", "20191219", "20191220", "20191223", "20191224", "20191225", "20191226", "20191227", "20191230", "20191231", "20200102", "20200103", "20200106", "20200107", "20200108", "20200109", "20200110", "20200113", "20200114", "20200115", "20200116", "20200117", "20200120", "20200122", "20200123", "20200203", "20200204", "20200205", "20200206", "20200207"]
    },
    yAxis: {},
    "dataZoom": [{
          "show": true,
          "height": 12,
          "xAxisIndex": [
            0
          ],
          bottom:'8%',
          "start": 10,
          "end": 90,
          handleIcon: 'path://M306.1,413c0,2.2-1.8,4-4,4h-59.8c-2.2,0-4-1.8-4-4V200.8c0-2.2,1.8-4,4-4h59.8c2.2,0,4,1.8,4,4V413z',
          handleSize: '110%',
          handleStyle:{
            color:"#d3dee5",

          },
          textStyle:{
            color:"#fff"},
          borderColor:"#90979c"
        }, {
          "type": "inside",
          "show": true,
          "height": 15,
          "start": 1,
          "end": 35
        }],
    series: [{
        type: 'line',
        data: [0.011, 0.036, 0.269, 0.238, 0.167, 0.308, 0.352, 0.336, 0.313, 0.407, 0.537, 0.461, 0.594, 0.53, 0.545, 0.508, 0.546, 0.658, 0.67, 0.791, 0.857, 1.031, 1.066, 1.175, 1.335, 1.37, 1.421, 1.53, 1.719, 1.553, 1.611, 1.768, 1.748, 1.807, 1.943, 1.937, 1.986, 1.911, 1.672, 1.679, 1.624, 1.535, 1.428, 1.494, 1.572, 1.666, 1.643, 1.676, 1.716, 1.8, 1.848, 2.04, 2.208, 2.304, 2.473, 2.353, 2.525, 2.492, 2.478, 2.327, 2.579, 2.563, 2.289, 2.257, 2.183, 2.148, 2.261, 2.466, 2.746, 2.719, 2.857, 2.991, 3.421, 3.377, 3.44, 3.771, 4.111, 4.209, 4.42, 4.179, 4.21, 4.048, 4.023, 3.979, 3.899, 3.679, 3.954, 4.102, 3.974, 4.226, 4.297, 4.148, 4.56, 5.109, 5.492, 5.865, 5.882, 5.501, 5.263, 6.315, 7.184, 6.867, 6.981, 7.003, 6.869, 7.107, 7.149, 6.947, 6.647, 6.327, 6.5, 6.888, 7.067, 6.629, 5.647, 5.937, 5.522, 5.844, 5.933, 6.148, 6.181, 5.898, 6.709, 7.426, 8.043, 8.927, 9.787, 11.432, 12.26, 13.303]
    }]
};
    
截图如下