Skip to content

Commit

Permalink
Merge pull request #34 from shm11C3/feature/chartjs-to-recharts
Browse files Browse the repository at this point in the history
Change: Migrate to recharts
  • Loading branch information
shm11C3 authored Dec 15, 2024
2 parents 78d2ba7 + 9e2f0d3 commit 7bb6030
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 214 deletions.
30 changes: 0 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-store": "^2.1.0",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"i18next": "^23.16.5",
"jotai": "^2.10.2",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.2",
Expand Down
1 change: 0 additions & 1 deletion src/components/charts/CustomLegend.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export type LegendItem = {
label: string;
icon: JSX.Element;
datasetIndex: number;
};

const CustomLegend = ({
Expand Down
Loading

0 comments on commit 7bb6030

Please sign in to comment.