From 127a030a5f41dc77d9bb0e07eda69c00105dfa85 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 22 Apr 2024 09:53:05 -0700 Subject: [PATCH] ui - simplify team spend color scheme --- ui/litellm-dashboard/src/components/usage.tsx | 1 + 1 file changed, 1 insertion(+) 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} />