BenJackGill opened a new issue, #19061: URL: https://github.com/apache/echarts/issues/19061
### What problem does this feature solve? ECharts' [time series label formatter](https://echarts.apache.org/en/option.html#xAxis.axisLabel.formatter) can show dates like "1 October 2023" using `{d} {MMM} {yyyy}`. But it cannot show "1st October 2023" with the "st" after the 1. It needs a new template to do this. I suggest adding a template that will produce days of the month like 1st, 2nd, 3rd, 4th, 5th, etc. ### What does the proposed API look like? I propose adding a new template `{ds}` which stands for "day with suffix" and produces days of the month like 1st, 2nd, 3rd, 4th, 5th, etc. -- 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]
