Invert graph legends order. (#532)
* Invert graph legends order. * Reorder graph legends if inverted-graph is true.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user