Skip to content

Commit 5bbcf02

Browse files
chore: adds chart.js
1 parent f519be9 commit 5bbcf02

File tree

3 files changed

+6
-259
lines changed

3 files changed

+6
-259
lines changed

Diff for: libs/dashboard/feature-chart/src/lib/components/bar-chart/bar-chart.component.ts

-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ import { BaseChartDirective } from 'ng2-charts';
1010
import {
1111
Chart,
1212
BarController,
13-
ArcElement,
1413
Tooltip,
1514
Legend,
16-
Colors,
1715
} from 'chart.js';
1816
Chart.register(
1917
BarController,

Diff for: package-lock.json

+5-257
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@angular/platform-browser-dynamic": "~19.2.0",
5151
"@angular/router": "~19.2.0",
5252
"@nx/angular": "^20.6.2",
53+
"chart.js": "^4.4.8",
5354
"chartjs-plugin-datalabels": "^2.2.0",
5455
"ng2-charts": "^8.0.0",
5556
"rxjs": "~7.8.0",

0 commit comments

Comments
 (0)