diff --git a/static/src/app/statistic/overview/stats-overview.component.css b/static/src/app/statistic/overview/stats-overview.component.css index 03f8265..9f8b169 100644 --- a/static/src/app/statistic/overview/stats-overview.component.css +++ b/static/src/app/statistic/overview/stats-overview.component.css @@ -1,9 +1,24 @@ .slide-chart-container { width: 1200px; margin: auto; + padding-left: 90px; } :host /deep/ .carousel-control { width: 5%; cursor: pointer; } + +:host /deep/ .chart-legend{ + position: absolute; + margin-top: -60px; + margin-left: -220px; +} + +:host /deep/ .legend-label { + float: left; +} + +:host /deep/ .chart-legend .legend-label { + padding-left: 14px; +}