sywwww opened a new issue #16765:
URL: https://github.com/apache/echarts/issues/16765


   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     xAxis: {
       type: 'value',
     },
     yAxis: {
       type: 'value'
     },
     series: [
       {
         data: [[1,120], [2,200], [5,150]],
         type: 'bar',
         stack: 'all'
       },
       {
         data: [[1,120], [2,200], [5,150]],
         type: 'bar',
         stack: 'all'
       }
     ]
   };
   
   ### Current Behavior
   
   
![cahrt](https://user-images.githubusercontent.com/31340215/160541433-a04d2d88-2c34-4f6b-b23a-857d244155b8.png)
   
   
   ### Expected Behavior
   
   two bar series stack
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to