Mike-Jia opened a new issue #16150: URL: https://github.com/apache/echarts/issues/16150
### What problem does this feature solve? We want **xAxis** **axisLabel** more short and show enough information, like this:   According current xAxis.interval and xAxis.axisLabel.interval xAxis.axisLabel.formatter callback function, there is no enough information to do that. Please add the full data into the callback parameter or provide a new xAxis.axisLabel.interval model. ### What does the proposed API look like? xAxis.axisLabel.interval = (index:number, value: string, data:any[]) => boolean; xAxis.axisLabel.formatter = (index:number, value: string, data:any[]) => string; -- 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]
