ben467834 opened a new issue, #21578: URL: https://github.com/apache/echarts/issues/21578
### What problem does this feature solve? I came across this use case when summarising for a time period, e.g: year, month, week, day... We can use the following time formats with success: YYYY-MM-DD for daily summary YYYY-MM for a monthl summary YYYY for a yearly summary The ISO Week format is IYYY-IW which produces an example: 2026-W04 for the fourth week in 2026. For an X axis with values such as 2026-W04 we don't get a chart at all and the data zoom slider moves. Some screenshots: <img width="1011" height="833" alt="Image" src="https://github.com/user-attachments/assets/deb3887f-dd2f-412a-b784-06011ebabf71" /> <img width="1011" height="833" alt="Image" src="https://github.com/user-attachments/assets/1ea8d1cb-1eef-4468-8b78-ed7a0bf1257a" /> <img width="1011" height="833" alt="Image" src="https://github.com/user-attachments/assets/498da217-8024-4ae8-85c9-1127d8b42b8b" /> ### What does the proposed API look like? time series should accept the ISO Week format (IYYY-IW), example: 2026-W04 for the fourth week in 2026. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
