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 09:16:48 UTC

[GitHub] [echarts] yundouguai opened a new issue #15788: xAxis.type="time",显示时间戳时,会出现时间文字重叠

yundouguai opened a new issue #15788:
URL: https://github.com/apache/echarts/issues/15788


   ### Version
   5.2.0
   
   ### Steps to reproduce
   设置图表大小 width:700px;height:250px
   设置X轴类型xAxis.type="time"
   data传入20个间隔1秒的时间戳
   
   ### What is expected?
   时间显示不重叠
   
   ### What is actually happening?
   x轴时间显示文字重叠
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15788:
URL: https://github.com/apache/echarts/issues/15788#issuecomment-927266616






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


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

Posted by GitBox <gi...@apache.org>.
yundouguai commented on issue #15788:
URL: https://github.com/apache/echarts/issues/15788#issuecomment-927284666


   解决了


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


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

Posted by GitBox <gi...@apache.org>.
yundouguai closed issue #15788:
URL: https://github.com/apache/echarts/issues/15788


   


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


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

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #15788:
URL: https://github.com/apache/echarts/issues/15788#issuecomment-927271998


   5.2.1 可能已经修复了,请试一下


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


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

Posted by GitBox <gi...@apache.org>.
yundouguai commented on issue #15788:
URL: https://github.com/apache/echarts/issues/15788#issuecomment-927273455


   ![image](https://user-images.githubusercontent.com/45409852/134802892-cde00f63-1bba-4769-8b79-66cabb232495.png)
   试了还是会重叠


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