mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 16:55:24 +02:00
Update FC 26 Achievement to use Annual Forecast as denominator
This commit is contained in:
@@ -119,10 +119,10 @@ const ForecastRow: React.FC<{
|
||||
<td className="px-6 py-4 text-center">
|
||||
<div className="flex flex-col items-center justify-center gap-1">
|
||||
<div className="px-3 py-1 rounded bg-slate-800 border border-slate-700 text-xs font-bold text-white shadow-sm">
|
||||
{ytdAchievement.toFixed(1)}%
|
||||
{fcAchievement.toFixed(1)}%
|
||||
</div>
|
||||
<span className="text-[9px] font-bold text-slate-500 uppercase tracking-tight">
|
||||
OF PERIOD {Math.round(forecastPeriod / 1000)}K
|
||||
OF ANNUAL {Math.round(annualForecast / 1000)}K
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user