SBIN2010 commented on issue #25131:
URL: https://github.com/apache/superset/issues/25131#issuecomment-3497494162

   I experimented with this and came to the conclusion that one of two options 
could be used for a column chart.
   1) Allow the user to customize the label position and remove the split when 
changing the orientation.
   2) Create two parameters that will be replaced depending on the selected 
orientation, as is currently done for the x and y coordinates of the title.
   And use - Position: isHorizontal ? positionHorizontal : positionVertical
   Which option would be preferable for a bar chart?


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

Reply via email to