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/04/01 08:05:37 UTC

[GitHub] [echarts] Ovilia commented on issue #13676: The last label can not be displayed in time scale

Ovilia commented on issue #13676:
URL: https://github.com/apache/echarts/issues/13676#issuecomment-811729057


   This is a feature rather than a bug in ECharts 5. The consideration behind this is that, if the first/last label is not of the same level of the minimum time level, it should not be displayed.
   
   ![image](https://user-images.githubusercontent.com/779050/113262996-d3a62c80-9303-11eb-9dad-ff62d49e14b9.png)
   
   For example, in the case, the last time label "8:00" may not be displayed because the minimum time level is day. If the developer think it is required to display in this case, he can set `axisLabel.showMaxLabel` to be `true`.
   So this issue is closed due to not-a-bug.


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