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 2022/09/05 10:05:38 UTC

[GitHub] [echarts] stuti24sinha opened a new issue, #17618: [Feature] How to increase the gap between y-axis Ticks in case of large no. of values on y Axis ?

stuti24sinha opened a new issue, #17618:
URL: https://github.com/apache/echarts/issues/17618

   ### What problem does this feature solve?
   
   In case of large no. of values on y axis, the gap between axis ticks reduce. Because of this the axis label names are being cut.
   ![Echarts](https://user-images.githubusercontent.com/57613445/188423884-380b6c3e-6f34-4c5e-a516-a3e54e6a38ce.JPG)
   
   
   
   ### What does the proposed API look like?
   
   yAxis: {
   axisTicks {
   gap: 
   }
   }
   
   Property eg. gap, within AxisTicks in yAxis to add a custom gap length


-- 
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: commits-unsubscribe@echarts.apache.org.apache.org

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] [echarts] Eloyts97 commented on issue #17618: [Feature] How to increase the gap between y-axis Ticks in case of large no. of values on y Axis ?

Posted by GitBox <gi...@apache.org>.
Eloyts97 commented on issue #17618:
URL: https://github.com/apache/echarts/issues/17618#issuecomment-1243581348

   I made a function that receives the labels to be displayed on the axis and obtained the space occupied by the label according to its position, font and font size


-- 
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: commits-unsubscribe@echarts.apache.org

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