echarts-bot[bot] commented on issue #19832:
URL: https://github.com/apache/echarts/issues/19832#issuecomment-2055829979

   @SONASIDANTE It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] The label on the line chart series can be displayed according to 
the density distribution in the same way as the x-axis
   
   **BODY**
   
   ### What problem does this feature solve?
   
   If you want to display labels when you have a large amount of data, you will 
be treated with all labels displayed. If you do your own density distribution, 
it may not be synchronized with the display of the x-axis data
   
![image](https://github.com/apache/echarts/assets/18680319/9b5d0649-d23c-4bff-93fc-91dc98698315)
   
   ### What does the proposed API look like?
   
   Add an api like xAxis Uniform Display' xAxis: {
           data: xData,
           axisLabel: {
             interval: 'auto'
           }
         },`
   </details>


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