Row & Bar formatting

Is there a way to trick Row visualizations into doing some conditional formatting?

Bar visualizations take a little sql trickery to squeeze out some basic conditional formatting. But with Row visualizations there's just no wiggle room. Not even the x-axis is format-able.

Bars can make use of different series to give the illusion of conditional formatting:

Rows don't even allow that and what comes out is this yucky looking thing:

Is there any way of making a swan out of this ugly duckling?

v0.35.3

Hi @mesquest
Currently no. Row chart is the ugly duckling, with some strange quirks as well:
https://github.com/metabase/metabase/issues/12523
I hope that it might get re-implemented as the regular bar chart (with all it’s bells and whistles), but just with some rotation:
https://github.com/metabase/metabase/issues/10967