You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/02/28 04:09:04 UTC

[GitHub] [incubator-echarts] susiwen8 commented on issue #12205: yAxis 宽度无效

susiwen8 commented on issue #12205: yAxis 宽度无效
URL: https://github.com/apache/incubator-echarts/issues/12205#issuecomment-592303743
 
 
   @maicWorkGithub  you need to set axisLine for yAxis
   `            yAxis: {
                   type: 'value',
                   axisLine: {
                       lineStyle: {
                           width: 12
                       }
                   }
               },`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org