adrielsantiago opened a new issue #10172: Axis name padding does not account for axis labels URL: https://github.com/apache/incubator-echarts/issues/10172 ### What problem does this feature solve? Axis name padding is currently relative to the axis itself without accounting for other elements like axis labels, etc. Padding in the DOM is aware of all other elements and so ensures sufficient white space. This feature would consider all such elements and set the grid padding accordingly to automatically allow enough space for all elements that need to appear between the grid and the edge of the container -- ensuring a predictable amount of whitespace around each element. ### What does the proposed API look like? It would remain the same as the current `padding` option, but would not be relative to the axis, it would instead be relative to the closest neighboring element. <!-- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
