Hi,
I’m using Counter widget to show the current monthly metric (Counter Value) vs the last month metric (Target Value).
But it’s not possible to choose the right color.
Currently the color of the metric of the current month is green if the value exceeds that of the previous month.
I would like it to be the other way around, if it exceeds the previous month it’s red if it’s underneath it’s green.
I saw this feature request (New Visualization - Red/Green/Yellow) and I think that it fix my need, but it’s a new widget.
My need could to adressed by a “little” evolv, it’s why i’ve open this feature request
Thanks by advance
Regards,
Pierre-Yves

1 Like

This makes sense and indeed a small change to the current implementation. We’re rewriting current visualizations in React and will try to keep this in mind when we get to the Counter.

If you want to take a stab at it, let me know and will try to point you in the right direction.

Thanks!

1 Like

Nice thanks a lot :slight_smile:

Hi, is there new news about this topic?

My KPI widget basically allows for that. You can find the PR here: https://github.com/getredash/redash/pull/4640

Thanks Daniel !! I’m going to check that :grinning: