AAE-51361 Upgrading ng2-charts lib to v9 (#12213)

* AAE-51361 Upgrading ng2-charts lib to v9

* AAE-51361 using exact version

* AAE-51361 Update chart-js dep

* AAE-51361 Upgrading chart.js
This commit is contained in:
Ehsan Rezaei
2026-09-03 13:52:41 +00:00
committed by GitHub
parent 6f2d7813b9
commit bef9ddd83e
4 changed files with 23 additions and 21 deletions
+3 -3
View File
@@ -11,9 +11,9 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"chart.js": "^4.3.0",
"ng2-charts": "^4.1.1",
"raphael": ">=2.3.0"
"chart.js": "4.5.1",
"ng2-charts": "9.0.0",
"raphael": "2.3.0"
},
"peerDependencies": {
"@angular/common": ">=20.3.27",
@@ -22,7 +22,7 @@ import { AnalyticsService } from '../services/analytics.service';
import { CommonModule } from '@angular/common';
import { MatButtonModule } from '@angular/material/button';
import { MatIconModule } from '@angular/material/icon';
import { NgChartsModule } from 'ng2-charts';
import { BaseChartDirective } from 'ng2-charts';
import { TranslatePipe } from '@ngx-translate/core';
import { MatCheckboxModule } from '@angular/material/checkbox';
import { FormsModule } from '@angular/forms';
@@ -34,7 +34,7 @@ import { AnalyticsReportHeatMapComponent } from './analytics-report-heat-map.com
CommonModule,
MatButtonModule,
MatIconModule,
NgChartsModule,
BaseChartDirective,
TranslatePipe,
MatCheckboxModule,
FormsModule,