Skip to content

Commit

Permalink
fix charts
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Aug 7, 2024
1 parent 1ff5d91 commit bd472c1
Show file tree
Hide file tree
Showing 9 changed files with 812 additions and 18 deletions.
10 changes: 10 additions & 0 deletions css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
--destructive-foreground: 0 85.71% 97.25%;
--ring: 50 0% 0%;
--radius: 0.5rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
}

.dark {
Expand All @@ -46,6 +51,11 @@
--destructive: 2 78.82% 38.71%;
--destructive-foreground: 0 0% 100%;
--ring: 50 0% 93.08%;
--chart-1: 220 70% 50%;
--chart-2: 160 60% 45%;
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
}
}

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"react-intersection-observer": "^9.10.3",
"react-resizable-panels": "^2.0.20",
"react-router-dom": "^6.24.1",
"recharts": "^2.12.7",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
Expand Down
Loading

0 comments on commit bd472c1

Please sign in to comment.