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/08/12 07:01:41 UTC

[GitHub] [incubator-echarts] lhf-nife commented on issue #10304: X Axis Label的interval设为0时,x轴最后一个label变成粗体

lhf-nife commented on issue #10304:
URL: https://github.com/apache/incubator-echarts/issues/10304#issuecomment-672653937


   同遇到了这个问题,然后换了个角度解决了,贴出来供参考:
   interval设置成(index, value) => {return value};
   参见echarts文档,interval可以是number,也可以是function
   https://echarts.apache.org/zh/option.html#xAxis.axisLabel.interval


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