Bangbabaz opened a new issue #16661:
URL: https://github.com/apache/echarts/issues/16661


   ### Version
   
   5.3.1
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
     xAxis: {},
     yAxis: {},
     grid: {
       top: '14%',
     },
     series: [
       {
         symbolSize: 20,
         data: [
           [1, 1],
           [1, 0],
         ],
         type: 'scatter'
       }
     ]
   };
   
   
   ### Current Behavior
   
   我在开发散点图的时候遇到了这个问题,好像有不止这一个比例会使右上角的散点消失,例如:15, 16, 20 ,40,可能还有更多
   
![QQ图片20220310155211](https://user-images.githubusercontent.com/61530016/157614191-6d0fd086-be21-459a-a294-71a61f181505.png)
   
   
   ### Expected Behavior
   
   只要不超出 canvas 的范围,右上角的散点应该显示出来
   
   ### 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: [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