ataft opened a new issue #15365:
URL: https://github.com/apache/echarts/issues/15365
### Version
5.1.2
### Steps to reproduce
```
option = {
grid: {
show: true,
top: 300
},
series: [
{
type: 'pie',
data: [
{value: 1048, name: 'A'},
{value: 735, name: 'B'},
{value: 580, name: 'C'},
],
}
]
};
```
### What is expected?
`grid.top` should work
### What is actually happening?
Setting `grid.top` does nothing to the pie
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
--
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]