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

   ### What problem does this feature solve?
   
   大数据量的时候想显示label,就会出现所有label都显示的请客。如果自己进行密度分布可能和x轴的数据显示不同步
   
![image](https://github.com/apache/echarts/assets/18680319/9b5d0649-d23c-4bff-93fc-91dc98698315)
   
   
   ### What does the proposed API look like?
   
   增加一个类似xAxis均匀显示的api`   xAxis: {
           data: xData,
           axisLabel: {
             interval: 'auto'
           }
         },`


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