We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09958 commit c528e0bCopy full SHA for c528e0b
1 file changed
apps/webapp/app/routes/storybook.charts/route.tsx
@@ -168,7 +168,7 @@ function ChartsDashboard() {
168
</Card.Content>
169
</Card>
170
171
-
+
172
{/* Simple Line Chart (no zoom, but synced with date range) */}
173
<Card>
174
<Card.Header>
@@ -691,25 +691,6 @@ const lineChartConfig = {
691
},
692
} satisfies ChartConfig;
693
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
713
const barChartBigDatasetConfig = {
714
"sync-data": {
715
label: (
0 commit comments