From 1a03ce8a6908beb55ac452dd8af11bb4f04c3362 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 13 Oct 2020 16:55:07 +0300 Subject: [PATCH] removed charts module --- apps/red-ui/src/app/app.module.ts | 2 -- package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/apps/red-ui/src/app/app.module.ts b/apps/red-ui/src/app/app.module.ts index bbd5e4bce..3fcaea6f6 100644 --- a/apps/red-ui/src/app/app.module.ts +++ b/apps/red-ui/src/app/app.module.ts @@ -49,7 +49,6 @@ import {LogoComponent} from './logo/logo.component'; import {AuthInterceptorService} from "./interceptor/auth-interceptor.service"; import {CompositeRouteGuard} from "./utils/composite-route.guard"; import {AppStateGuard} from "./state/app-state.guard"; -import {ChartsModule} from "ng2-charts"; import { SimpleDoughnutChartComponent } from './simple-doughnut-chart/simple-doughnut-chart.component'; import { ManualRedactionDialogComponent } from './screens/file/manual-redaction-dialog/manual-redaction-dialog.component'; import {MatCheckboxModule} from "@angular/material/checkbox"; @@ -80,7 +79,6 @@ export function HttpLoaderFactory(httpClient: HttpClient) { imports: [ BrowserModule, BrowserAnimationsModule, - ChartsModule, ReactiveFormsModule, HttpClientModule, AuthModule, diff --git a/package.json b/package.json index b7a33e7ae..9a5a1bf55 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,7 @@ "@pdftron/webviewer": "^7.0.1", "angular-oauth2-oidc": "^10.0.3", "angular-oauth2-oidc-jwks": "^9.0.0", - "chart.js": "^2.9.3", "file-saver": "^2.0.2", - "ng2-charts": "^2.4.2", "ng2-file-upload": "^1.4.0", "ngp-sort-pipe": "^0.0.4", "ngx-dropzone": "^2.2.2",