Modify chart legend position

pull/10/head
Florian Hartwich 2017-09-15 21:32:59 +02:00
parent 5a7f002bdd
commit b955db8fe1
1 changed files with 15 additions and 0 deletions

View File

@ -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;
}