jbadilla edited a comment on issue #9265: xAxis.nameGap and yAxis.nameGap should be set automatically given grid.containLabel URL: https://github.com/apache/incubator-echarts/issues/9265#issuecomment-487625145 Hi @sunzy0212 ! Sorry I hadn't answered in a while; I've been neglecting this issue in my code, and have implemented a messy (albeit temporarily) solution so I could move on. You should already have access to your categorical labels outside of echarts (e.g. in the data you use to build the chart). alternatively, you can use the `echartsInstance` object `getOption` function: https://ecomfe.github.io/echarts-doc/public/en/api.html#echartsInstance.getOption Like @100pah says, the problem is not only the axis labels but also the viewport. I will spend some time on this today
---------------------------------------------------------------- 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]
