pissang edited a comment on issue #11465: When I am trying to give a category 
data with a big string in x-axis other category data gets hidden. 
URL: 
https://github.com/apache/incubator-echarts/issues/11465#issuecomment-545791677
 
 
   There are a couple of ways to optimize this overlapping.
   
   1. Use 
[xAxis.axisLabel.rotate](https://echarts.apache.org/en/option.html#xAxis.axisLabel.rotate)
 to rotate the labels.
   
   2. Truncate the label string in the 
[xAxis.axisLabel.formatter](https://echarts.apache.org/en/option.html#xAxis.axisLabel.formatter)
   
   3. The last is our default strategy which ignores the labels overlap.

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