mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user