+ {/* Legend and slider */}
+
+
+ {(Object.keys(OPP_STATUS_COLORS) as OppStatus[]).map(status => (
+
+
+
{OPP_STATUS_LABELS[status]}
+
+ ))}
+
+
+
+
+
+
+ Min: {formatCurrency(minAmount, true)}
+
+ setMinAmount(Number(e.target.value))}
+ className="w-32 h-1.5 accent-brand-azure"
+ />
+
+ {pointCount}/{totalCount} shown
+
+
+
+
+ {filteredPoints.length === 0 ? (
+
+ No renewal data for filtered accounts
+ {minAmount > 0 && ' at this minimum amount'}
+
+ ) : (
+
+
+
+ )}
+