KoalaHui commented on issue #8007: 怎样使类型为line图表渲染从从右向左展开(x轴坐标倒置,看到的问题)?
URL: 
https://github.com/apache/incubator-echarts/issues/8007#issuecomment-437584776
 
 
    xAxis: [
                   {
                       type: 'category',
                       axisTick: { show: false },
                       data: data.time,
                       scale: true,
                       boundaryGap: true,
                       //inverse: true,从右往左画线
                       axisLabel: {
                           show: true,
                           margin: 8,
                           color: '#000'
                       },
                       axisLine: {
                           show: false,
                           onZero: true,
                           lineStyle: {
                               color: borderColor,
                               width: 1
                           }
                       },

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