You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "a474516631 (via GitHub)" <gi...@apache.org> on 2023/05/12 08:44:32 UTC

[GitHub] [echarts] a474516631 commented on issue #17319: [Bug] [radar] axisName.height & axisName.width & axisName.overflow & axisName.ellipsis config not working

a474516631 commented on issue #17319:
URL: https://github.com/apache/echarts/issues/17319#issuecomment-1545394416

   I have the same problem and solved it by myself in this way, but I still hope to solve this problem through width and overflow
   `formatter: (value: string) => {
       const max = 5   
       return value.substring(0, max) + '\n' + value.substring(max)
   }`


-- 
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