diff --git a/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.css b/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.css
index df9c55d0ace1..8b338fff11ce 100644
--- a/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.css
+++ b/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.css
@@ -1,7 +1,3 @@
-::ng-deep #chart-demo {
- height: 460px;
-}
-
::ng-deep #chart {
position: absolute;
top: 12px;
@@ -10,7 +6,7 @@
height: 347px;
}
-::ng-deep .chart_environment {
+::ng-deep .chart-environment {
width: 820px;
position: relative;
margin: 0 auto;
@@ -19,3 +15,18 @@
::ng-deep .controls-pane {
text-align: center;
}
+
+::ng-deep .custom-markup-text {
+ fill: #fff;
+ font-family: 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
+}
+
+::ng-deep .custom-markup-text-title {
+ font-size: 36px;
+ font-weight: bold;
+}
+
+::ng-deep .custom-markup-text-subtitle {
+ font-size: 14px;
+ opacity: 0.8;
+}
diff --git a/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.html b/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.html
index 4d669c49873f..cf5542b767a6 100644
--- a/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.html
+++ b/apps/demos/Demos/Charts/ExportCustomMarkup/Angular/app/app.component.html
@@ -1,5 +1,5 @@
-
-
+
+