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.scss
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.scss
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.scss')
-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.scss12
1 files changed, 12 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.scss 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.scss
new file mode 100644
index 00000000..98769533
--- /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.scss
@@ -0,0 +1,12 @@
+p {
+ font-family: Lato;
+}
+
+.stacked-chart-container{
+ position: relative;
+ height: 75vh;
+ width: 62vw;
+ margin-left: 0em;
+ margin-top: 1em;
+ cursor: pointer;
+} \ No newline at end of file