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 2022/09/14 08:46:51 UTC

[GitHub] [echarts] hongdeyuan opened a new issue, #17650: [Bug] time axis labels Irregular interval

hongdeyuan opened a new issue, #17650:
URL: https://github.com/apache/echarts/issues/17650

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=area-time-axis
   
   ### Steps to Reproduce
   
   1. 时间轴拖动到每个月底区域时,间隔与其他非月底边界的间隔不一致;见下图:
   ![image](https://user-images.githubusercontent.com/37143703/190105192-304b6a2d-8f6e-4f7f-bfa5-b17cacf81d82.png)
   
   
   
   ### Current Behavior
   
   - 拖动到月底区域时, X轴的时间间隔显示 09.29    10.01  10.08   10.15 ....
   
   ### Expected Behavior
   
   - 拖动到月底区域时, X轴的时间间隔应为显示 09.29    10.06  10.13   10.20 ....
   
   ### Environment
   
   ```markdown
   - OS: macOS Monterey
   - Browser: 版本 105.0.5195.102(正式版本) (arm64)
   - Framework: echarts 官方网站例子
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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.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] hongdeyuan commented on issue #17650: [Bug] time axis labels Irregular interval

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

   本人已收到您的邮件,辛苦了!如有重要事情,看到后,将尽快给你回复。。。


-- 
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 closed issue #17650: [Bug] time axis labels Irregular interval

Posted by GitBox <gi...@apache.org>.
Ovilia closed issue #17650: [Bug] time axis labels Irregular interval
URL: https://github.com/apache/echarts/issues/17650


-- 
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 #17650: [Bug] time axis labels Irregular interval

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

   @hongdeyuan It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **BODY**
   
   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   https://echarts.apache.org/examples/zh/editor.html?c=area-time-axis
   
   ### Steps to Reproduce
   
   1. When the timeline is dragged to each end-of-month area, the interval is inconsistent with the interval of other non-end-of-month boundaries; See figure below:
   ![image](https://user-images.githubusercontent.com/37143703/190105192-304b6a2d-8f6e-4f7f-bfa5-b17cacf81d82.png)
   
   ### Current Behavior
   
   - When dragging to the end of the month area, the X axis interval is displayed at 09.29 10.01 10.08 10.15 ....
   
   ### Expected Behavior
   
   - When dragging to the end of the month area, the X-axis interval should be displayed as 09.29 10.06 10.13 10.20 ....
   
   ### Environment
   
   ```markdown
   - OS: macOS Monterey
   - Browser: Version 105.0.5195.102 (official) (arm64)
   - Framework: example of the official website of echarts
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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 #17650: [Bug] time axis labels Irregular interval

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

   这个不是 bug,默认按可用宽度计算出的间距是一周的间隔,到了月底因为要显示 1 号位置,所以会出现不等分的情况。如果要强制每周显示,也就是不显示每月 1 号,请关注 #17576 。


-- 
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] hongdeyuan closed issue #17650: [Bug] time axis labels Irregular interval

Posted by GitBox <gi...@apache.org>.
hongdeyuan closed issue #17650: [Bug] time axis labels Irregular interval
URL: https://github.com/apache/echarts/issues/17650


-- 
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] hongdeyuan commented on issue #17650: [Bug] time axis labels Irregular interval

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

   > 这个不是 bug,默认按可用宽度计算出的间距是一周的间隔,到了月底因为要显示 1 号位置,所以会出现不等分的情况。如果要强制每周显示,也就是不显示每月 1 号,请关注 #17576 。
   
   感谢您的回复,你的回复对我非常有用!🙏


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