geekboy0801 commented on issue #9026: Axis Label overlapping
URL: 
https://github.com/apache/incubator-echarts/issues/9026#issuecomment-419536975
 
 
   Thank you, @100pah .
   Just fixed when adding one line such as below
   
       splitNumber: containerPixelHeight < 500 ? 2 : 4, 
   
   But split number of axis line is not exactly the same as the value we set 
(2, 4).
   It is random but overlapping does not happen.
   Is that expected?

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