({
label: item.label,
value: item.value,
@@ -482,7 +483,7 @@ export function InfoPanel({ selectedCompany }: InfoPanelProps) {
/>
item.maxValue || item.value);
@@ -107,7 +109,7 @@ export function CustomBarChart({
{item.valuePrefix || ""}
- {formatNumber(parseFloat(displayValue))}%
+ {formatNumber(parseFloat(displayValue))}{ hasPercent ? "%" : ""}
{item.valueSuffix || ""}