Skip to content

Commit c528e0b

Browse files
committed
Removed unused code
1 parent 4c09958 commit c528e0b

File tree

1 file changed

+1
-20
lines changed
  • apps/webapp/app/routes/storybook.charts

1 file changed

+1
-20
lines changed

apps/webapp/app/routes/storybook.charts/route.tsx

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function ChartsDashboard() {
168168
</Card.Content>
169169
</Card>
170170

171-
171+
172172
{/* Simple Line Chart (no zoom, but synced with date range) */}
173173
<Card>
174174
<Card.Header>
@@ -691,25 +691,6 @@ const lineChartConfig = {
691691
},
692692
} satisfies ChartConfig;
693693

694-
const barChartConfig = {
695-
completed: {
696-
label: "Completed",
697-
color: "#28BF5C",
698-
},
699-
"in-progress": {
700-
label: "In Progress",
701-
color: "#3B82F6",
702-
},
703-
canceled: {
704-
label: "Canceled",
705-
color: "#878C99",
706-
},
707-
failed: {
708-
label: "Failed",
709-
color: "#E11D48",
710-
},
711-
} satisfies ChartConfig;
712-
713694
const barChartBigDatasetConfig = {
714695
"sync-data": {
715696
label: (

0 commit comments

Comments
 (0)