summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
index 77e05dce..7bb16145 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
@@ -27,6 +27,8 @@ import {NgbTooltipModule} from '@ng-bootstrap/ng-bootstrap';
import { RemoveSpaceDirective} from './run/run-report-form-fields/remove-space.directive';
import { RunCrossTabReportComponent } from './run/run-report/run-cross-tab-report/run-cross-tab-report.component';
import { DisplayAreaComponent } from '../pages/analytics/Report_List/display-area/display-area.component';
+import { RunStackedColumnReportComponent } from './run/run-report/run-stacked-column-report/run-stacked-column-report.component';
+import { ChartsModule } from 'ng2-charts';
@NgModule({
declarations: [RunDashboardReportComponent,
@@ -37,7 +39,8 @@ import { DisplayAreaComponent } from '../pages/analytics/Report_List/display-are
RunComponent,
RemoveSpaceDirective,
RunCrossTabReportComponent,
- DisplayAreaComponent],
+ DisplayAreaComponent,
+ RunStackedColumnReportComponent],
imports: [
MatTableModule,
CommonModule,
@@ -56,7 +59,8 @@ import { DisplayAreaComponent } from '../pages/analytics/Report_List/display-are
MatInputModule,
ReportRunRouting,
MatSortModule,
- NgbTooltipModule
+ NgbTooltipModule,
+ ChartsModule
],
exports: [RunReportComponent, RunComponent, RunReportFormFieldsComponent]
})