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:
   
   
![image](https://user-images.githubusercontent.com/9215642/144194029-9ecbf50a-b2c7-460d-852d-e6d5837397d1.png)
   
![image](https://user-images.githubusercontent.com/9215642/144194348-e292652b-1ac2-4c16-84e9-0b627cb8307e.png)
   
   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]

Reply via email to