File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
apps/webapp/app/routes/storybook.charts Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff 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-
713694const barChartBigDatasetConfig = {
714695 "sync-data" : {
715696 label : (
You can’t perform that action at this time.
0 commit comments