Shaq76 opened a new issue, #17152:
URL: https://github.com/apache/echarts/issues/17152

   ### Version
   
   5.3.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   `let data = [
        ["", "Val1", "Val2"],
        [1, 6545, 6545],
        [2, 2666, 5332],
        [4, 1002, 4008]
   ];
   
   let options = [{
        dataset: { source: data },
        xAxis: { type: 'value' },
        yAxis: {},
        series: [
                {
                        type: 'bar',
                        encode: { x:0, y:1 }
                },
                {
                        type: 'bar',
                        encode: { x:0, y:2 },
                }
        ]
   }];`
   
   ### Current Behavior
   
   The axis doesn't extend beyond all the series
   
![image](https://user-images.githubusercontent.com/19664605/171861320-eb5e4c89-6f35-4e5e-bda3-269391b46c0b.png)
   
   
   ### Expected Behavior
   
   The axis is drawn beyond all the series
   
   ### Environment
   
   ```markdown
   - OS: Windows 10
   - Browser: Chrome
   ```
   
   
   ### Any additional comments?
   
   I can work around this by manually setting the axis range however the data 
is dynamic so that would be problematic.


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