summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html
diff options
context:
space:
mode:
authorKumar, Sudarshan (sk670p) <sk670p@att.com>2021-04-26 23:41:22 +0530
committerKumar, Sudarshan (sk670p) <sudarshan.kumar@att.com>2021-04-27 16:00:40 +0530
commit1f7ed8d80f03f288181718a3572896ac48849163 (patch)
tree8319d99d4e4ccd594342d7dd5243fbe9bd26a3d4 /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html
parent1b63decb2f3b05786008be746063069581934253 (diff)
Integrating Stacked Column Chart SDK-Raptor
Integrating Stacked Column Chart SDK-Raptor Issue-ID: PORTAL-1068 Change-Id: I624e9ac3f6e52d5d4d501e46de979649a51f27ff Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html
new file mode 100644
index 00000000..ba7bc281
--- /dev/null
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/run/run-report/run-stacked-column-report/run-stacked-column-report.component.html
@@ -0,0 +1,10 @@
+<div class="stacked-chart-container">
+ <canvas baseChart
+ [datasets]="barChartData"
+ [labels]="barChartLabels"
+ [options]="barChartOptions"
+ [plugins]="barChartPlugins"
+ [legend]="barChartLegend"
+ [chartType]="barChartType">
+ </canvas>
+</div>