From e736e4952e1b6bad4c4454ecc576c1141ca357fc Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 14 Jun 2024 10:21:06 -0700 Subject: [PATCH] ui - fix team based usage crashing --- ui/litellm-dashboard/src/components/usage.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/litellm-dashboard/src/components/usage.tsx b/ui/litellm-dashboard/src/components/usage.tsx index ad1aa0e574..1ac91dd109 100644 --- a/ui/litellm-dashboard/src/components/usage.tsx +++ b/ui/litellm-dashboard/src/components/usage.tsx @@ -667,9 +667,7 @@ const UsagePage: React.FC = ({ showLegend={true} index="date" categories={uniqueTeamIds} - yAxisWidth={80} - colors={["blue", "green", "yellow", "red", "purple"]} - + yAxisWidth={80} stack={true} />