cobcmw commented on issue #7134: 雷达图指示器名称太长会超出图表区域被截断,如何自动换行?
URL: 
https://github.com/apache/incubator-echarts/issues/7134#issuecomment-434151412
 
 
   ```
   indicator: [
              { name: '销售\n(sales)', max: 6500},
              { name: '管理\n(Administration)', max: 16000},
              { name: '信息技术\n(Information Techology)', max: 30000},
              { name: '客服\n(Customer Support)', max: 38000},
              { name: '研发\n(Development)', max: 52000},
              { name: '市场\n(Marketing)', max: 25000}
           ]
   ```
   是这样吗,不是这么坑吧

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]

Reply via email to