dvago opened a new issue #12738: URL: https://github.com/apache/incubator-echarts/issues/12738
### What problem does this feature solve? Given the current option: `yAxis.nameLocation = 'end'`, I'm able to set the vertical position of the label, however there is nothing that permits to set the horizontal position of the label. Unfortunately having the label in the middle (x) of the axis does conflict with markPoints. see example below:  ### What does the proposed API look like? I would extend the options to include the horizontal space or eventually (for retro-compatibility) add a new option e.g. ```namePosition: 'left' // 'center', 'right'``` <!-- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
