smilingClown commented on issue #19771:
URL: https://github.com/apache/echarts/issues/19771#issuecomment-2024682750

   option = {
     yAxis: {
      
     },
     xAxis: {
       type: 'category',
       axisLabel: {},
       axisPointer: {
         show: true,
         type: 'line',
         lineStyle: {
           type: 'solid'
         }
       }
     },
     dataZoom: [
       {
         type: 'slider',
         bottom: 50,
         height: 22,
         brushSelect: false
       }
     ],
     series: [
     
       {
         name: '财信宽投宝象500指数增强33号',
         type: 'line',
         showSymbol: false,
         data: [
           ['20230120', 0],
           ['20230203', -0.04],
           ['20230210', -0.06],
           
           
          
         ]
       },
       {
         name: '华商领先企业',
         type: 'line',
         showSymbol: false,
         data: [
           ['20230120', 0],
           ['20230130', -0.4887],
           ['20230131', -1.3847],
           ['20230201', -0.2715],
           ['20230202', -0.4209],
           ['20230203', -0.1901],
           ['20230206', -1.1811],
           ['20230207', -1.2218],
           ['20230208', -1.9142],
           ['20230209', -0.5973],
           ['20230210', -1.0861],
           ['20230213', 0],
           ['20230214', -0.4043],
           ['20230215', -0.8489],
           ['20230216', -2.5064],
           ['20230217', -3.4901],
          
        
         ]
       },
     
     ],
     backgroundColor: '#FFFFFF'
   };附上代码


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to