echarts-bot[bot] commented on issue #16661:
URL: https://github.com/apache/echarts/issues/16661#issuecomment-1063760531
@Bangbabaz It seems you are not using English, I've helped translate the
content automatically. To make your issue understood by more people and get
helped, we'd like to suggest using English next time. 🤗
<details><summary><b>TRANSLATED</b></summary><br>
**TITLE**
[Bug] [Scatter plot problem] When the scatter plot is set with grid.top =
"14%", the scatter in the upper right corner disappears
**BODY**
### 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
I had this problem when developing a scatter plot, it seems like there is
more than one scale that will make the scatter in the upper right corner
disappear, eg: 15, 16, 20, 40, maybe more

### Expected Behavior
The scatter in the upper right corner should show up as long as it doesn't
go beyond the canvas
### Environment
````markdown
- OS:
- Browser:
- Framework:
````
### Any additional comments?
_No response_
</details>
--
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]