qqfei1858 commented on issue #19731:
URL: https://github.com/apache/echarts/issues/19731#issuecomment-2008879557

   @helgasoft 我使用了其他办法做到了,使用 stack会出现bar不对齐,我用了line来操作,这样总感觉很奇怪
        series: [
     {
       type: 'bar',
       data: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
     },
     {
       type: 'bar',
       data: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
     },
     {
       type: 'bar',
       data: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
     },
     {
       type: 'line',
       markLine: {
         silent: true,
         data: [
           {
             name: 'Max',
             yAxis: 9
           },
           {
             name: 'Min',
             yAxis: 2
           }
         ]
       }
     }
   ];
   


-- 
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