xerxes3117 commented on issue #9723: xAxis rotate unhides the axis labels only 
on small window size
URL: 
https://github.com/apache/incubator-echarts/issues/9723#issuecomment-453070880
 
 
   > Does this example fit your scenario?
   > https://gallery.echartsjs.com/editor.html?c=xbDq1UoC5j&v=1
   > 
   > If so, this problem have been fixed in 4.1.0+ .
   
   Also, try doing this in your example 
([https://gallery.echartsjs.com/editor.html?c=xbDq1UoC5j&v=1](url)). 
   Reduce the number of data points in categoryData to `20` : 
   ```
   for (var i = 0; i < 20; i++) {
       categoryData.push(i + 'longlonglong');
       data.push(Math.random() * 1000000);
   }
   ```
   You'll notice that x axis labels in top chart don't unhide, no matter what  
the angle of rotation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to