diff --git a/ui/litellm-dashboard/src/components/usage.tsx b/ui/litellm-dashboard/src/components/usage.tsx index d245b1cac..d96184b9a 100644 --- a/ui/litellm-dashboard/src/components/usage.tsx +++ b/ui/litellm-dashboard/src/components/usage.tsx @@ -392,6 +392,7 @@ const UsagePage: React.FC = ({ index="date" categories={uniqueTeamIds} yAxisWidth={80} + colors={["blue", "green", "yellow", "red", "purple"]} stack={true} />