You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/06/02 16:51:43 UTC

[GitHub] [incubator-echarts] dvago opened a new issue #12738: Missing interface for Axis name positioning.

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:
   ![Screenshot 2020-06-02 at 17 39 12](https://user-images.githubusercontent.com/5074033/83547114-a7f6c200-a4f9-11ea-9cb2-bb5615cae821.png)
   
   
   ### 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] dvago commented on issue #12738: Missing interface for Axis name positioning.

Posted by GitBox <gi...@apache.org>.
dvago commented on issue #12738:
URL: https://github.com/apache/incubator-echarts/issues/12738#issuecomment-638124165


   thanks @plainheart nameTextStyle.align does cover the issue


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] dvago closed issue #12738: Missing interface for Axis name positioning.

Posted by GitBox <gi...@apache.org>.
dvago closed issue #12738:
URL: https://github.com/apache/incubator-echarts/issues/12738


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart edited a comment on issue #12738: Missing interface for Axis name positioning.

Posted by GitBox <gi...@apache.org>.
plainheart edited a comment on issue #12738:
URL: https://github.com/apache/incubator-echarts/issues/12738#issuecomment-637884495


   Consider using `nameGap`, `nameRotate`, `nameTextStyle.align` or `nameTextStyle.verticalAlign` to prevent yAxis label overlapping?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] plainheart commented on issue #12738: Missing interface for Axis name positioning.

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12738:
URL: https://github.com/apache/incubator-echarts/issues/12738#issuecomment-637884495


   Consider using `nameGap` or `nameRotate` to prevent yAxis label overlapping?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org