krsnik93 commented on pull request #14072: URL: https://github.com/apache/superset/pull/14072#issuecomment-819298103
@junlincc Thanks for reporting this. I can add more space between the axis and the label but then it won't look great for numbers with just a few digits. If you look closely at the second image, numbers like 0, 10, 20 etc look properly distanced from the axis. The issue is that Echarts seems to take the starting position and then render inwards, so if the number has a lot of digits, it ends up going over the axis. There is a single setting for label distance (We cannot set different values depending on the number of digits/chars etc.). I think the combination of tuning the split number (so that the values don't overlap between themselves) and the adaptive formatting (so that there are no values with a lot of digits) should be fine. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
