Skip to content

Commit

Permalink
fix: overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed Sep 28, 2024
1 parent 42e481d commit 78eec7b
Show file tree
Hide file tree
Showing 5 changed files with 707 additions and 11 deletions.
6 changes: 1 addition & 5 deletions apps/dashboard/app/(app)/logs/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ const chartConfig = {
requests: {
label: "API Requests",
},
getRequests: {
label: "GET",
color: "hsl(var(--chart-3))",
},
} satisfies ChartConfig;

export function ChartsComp() {
Expand Down Expand Up @@ -77,7 +73,7 @@ export function ChartsComp() {
/>
<Bar
dataKey="getRequests"
fill="var(--color-getRequests})"
fill="hsl(var(--chart-3))"
radius={[2, 2, 0, 0]}
/>
</BarChart>
Expand Down
Loading

0 comments on commit 78eec7b

Please sign in to comment.