You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently position_stack() has the reverse parameter to change the order of stacking, but this feature is not available in position_dodge().
One would need to reverse the order of dodging in a group bar chart when it is a horizontal bar chart with the vertical axis starts from the top to the bottom.
The text was updated successfully, but these errors were encountered:
Yeah, I think that everything is set up to handle this already and it'll just be a matter of adding the argument to position_dodge() and position_boxdodge().
Currently position_stack() has the reverse parameter to change the order of stacking, but this feature is not available in position_dodge().
One would need to reverse the order of dodging in a group bar chart when it is a horizontal bar chart with the vertical axis starts from the top to the bottom.
The text was updated successfully, but these errors were encountered: