
 [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: ['一', '二', '三', '四', '五', '六', '七', '八', '九'] }, ``` [ Full content available at: https://github.com/apache/incubator-echarts/issues/9049 ] This message was relayed via gitbox.apache.org for [email protected]
