`${s.label}: ${formatValue(s.value)}`).join(', ')}
+ style={{
+ display: 'flex',
+ width: '100%',
+ height,
+ borderRadius: radius.pill,
+ overflow: 'hidden',
+ background: semanticColors.fill,
+ gap: total > 0 ? 2 : 0,
+ }}
+ >
+ {total > 0 &&
+ segments
+ .filter((s) => s.value > 0)
+ .map((s) => (
+
+ ))}
+