Refine dashboard and RFV visuals
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m18s

This commit is contained in:
Cauê Faleiros
2026-06-25 10:38:31 -03:00
parent a6858fe2fc
commit eb77dd3ba2
6 changed files with 489 additions and 236 deletions

View File

@@ -3,10 +3,10 @@ import { filterOrdersByDateRange, getBaseProductName, getOrderItemRevenue } from
import { formatDisplayName, removeTrailingSellerId } from '../displayFormatters';
const COLORS = [
'#10b981', '#3b82f6', '#8b5cf6', '#f43f5e', '#f97316',
'#06b6d4', '#ec4899', '#eab308', '#6366f1', '#14b8a6',
'#6ee7b7', '#93c5fd', '#c4b5fd', '#fda4af', '#fdba74',
'#67e8f9', '#f9a8d4', '#fde047', '#a5b4fc', '#5eead4'
'#25C2FF', '#18D6B5', '#A06BFF', '#FF6B8A', '#FFC247',
'#70E083', '#6EA5FF', '#FF6EC7', '#FF8A63', '#22C7E6',
'#B8E84D', '#FFA24A', '#B992FF', '#38E0C4', '#FFD166',
'#FF7A9B', '#82B8FF', '#52DFA0', '#D28BFF', '#F7B23B'
];
const globalColorMap: Record<string, string> = {};