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 2021/02/24 02:27:45 UTC

[GitHub] [echarts] qqchenhai edited a comment on issue #14102: 新版echarts无法使用百分比设置xy轴label值大小(The echarts histogram cannot set the size of the label value using a percentage)

qqchenhai edited a comment on issue #14102:
URL: https://github.com/apache/echarts/issues/14102#issuecomment-774462963


   ```js
   option = {
       xAxis: {
           type: 'category',
           data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
           axisLabel:{
               fontSize:'200%',
           }
       },
       yAxis: {
           type: 'value',
           axisLabel:{
               fontSize:'80%',
           }
       },
       series: [{
           data: [820, 932, 901, 934, 1290, 1330, 1320],
           type: 'line'
       }]
   };
   ```


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



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