Modify chart legend position
parent
5a7f002bdd
commit
b955db8fe1
|
@ -1,9 +1,24 @@
|
||||||
.slide-chart-container {
|
.slide-chart-container {
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
padding-left: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host /deep/ .carousel-control {
|
:host /deep/ .carousel-control {
|
||||||
width: 5%;
|
width: 5%;
|
||||||
cursor: pointer;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue