dmitriyVasilievich1986 commented on PR #29916: URL: https://github.com/apache/superset/pull/29916#issuecomment-2310150936
Good day. I looked at what could be done to solve this problem. Unfortunately I think that in order to use generic `truncateXAxis` and `xAxisBounds` panels you will have to make too many changes. The easiest option is to delete those generic ones and instead make a copy of the abstract ones for the y-axis. Replacing the name and visibility conditions. I tested this option and switching the chart orientation worked without problems. I can make a commit with this option. Or am I missing something else? -- 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]
