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/09/26 10:32:22 UTC

[GitHub] [echarts] plainheart commented on issue #15788: xAxis.type="time",显示时间戳时,会出现时间文字重叠

plainheart commented on issue #15788:
URL: https://github.com/apache/echarts/issues/15788#issuecomment-927280217


   时间轴上配置一下防重叠
   ```js
   axisLabel: {
       hideOverlap: true
   }
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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