xianghongai opened a new issue #9049: xAxis 'Name' Long character overflow is 
hidden
URL: https://github.com/apache/incubator-echarts/issues/9049
 
 
   ![overflow is 
hidden](https://user-images.githubusercontent.com/2075006/45350670-f0b06e00-b5e6-11e8-9b92-fe112d3709bf.png)
   
   
![nameRotate](https://user-images.githubusercontent.com/2075006/45350686-f9a13f80-b5e6-11e8-9654-0c9b7c79346a.png)
   
   [online 
demo](http://echarts.baidu.com/examples/editor.html?c=line-log&qq-pf-to=pcqq.c2c)
   
   settings:
   
   ```json
       xAxis: {
           type: 'category',
           name: 'abcefghijklmnopqrstuvwxyz',
           nameLocation:'end',
           nameGap:5,
           // nameRotate:90,
           splitLine: {show: false},
           data: ['一', '二', '三', '四', '五', '六', '七', '八', '九']
       },
   ```

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