Invert graph legends order. (#532)

* Invert graph legends order.

* Reorder graph legends if inverted-graph is true.
This commit is contained in:
Miguel Medeiros
2021-05-23 06:51:29 -03:00
committed by GitHub
parent 64e417f819
commit d951c0ae5b
3 changed files with 12 additions and 1 deletions

View File

@@ -69,6 +69,8 @@
}
:host ::ng-deep .ct-legend {
top: 20px !important;
display: flex;
flex-direction: column-reverse;
@media(min-height: 800px){
padding-top: 40px !important;
}