kgabryje commented on PR #29916: URL: https://github.com/apache/superset/pull/29916#issuecomment-2296198903
@dmitriyVasilievich1986 Thanks for the fix! I wonder if we should tie `truncateXAxis` position to the bars' orientation. In the default "vertical" mode, `truncate x axis` truncates the horizontal axis (X) as expected. But if you change the orientation to horizontal, then truncate x axis actually truncates the vertical Y axis. So maybe we should override `truncateXAxis` control's visibility and label (X if vertical, Y if horizontal) based on the orientation. WDYT? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
