I think Counter won’t cover all widget potential uses which aren’t of linear numeric value.
For instance, server up/down (green - true, red - false), or server status code (green - 200, red - 500/404).
Just an idea. For thresholds, current Counter expects “larger is better”. New visualization should be flexible enough to accommodate other cases such as “smaller is better” and “closer to zero the better”.
I could see a hack using Table visualization and Bootstrap divs (with styles bg-success, bg-danger, bg-warning). The only problem would be the table header and that’s why I’ve asked for a setting here.