ux: graph legend refactoring

This commit is contained in:
Torkel Ödegaard 2017-12-08 10:54:53 +01:00
parent 8415ea6c71
commit 4aad4a069c
2 changed files with 8 additions and 16 deletions

View File

@ -220,12 +220,12 @@ module.directive('graphLegend', function(popoverSrv, $timeout) {
elem.append(tbodyElem);
} else {
elem.append(seriesElements);
}
if (!legendScrollbar) {
legendScrollbar = new PerfectScrollbar(elem[0]);
} else {
legendScrollbar.update();
if (!legendScrollbar) {
legendScrollbar = new PerfectScrollbar(elem[0]);
} else {
legendScrollbar.update();
}
}
}
}

View File

@ -6,17 +6,9 @@
&--legend-right {
flex-direction: row;
// .graph-panel__chart {
// display: table-cell;
// width: 100%;
// position: relative;
// }
.graph-legend {
flex: 0 1 10px;
max-height: 100%;
position: relative;
left: 4px;
margin: 0 0 0 1rem;
}
.graph-legend-series {
@ -51,12 +43,10 @@
}
.graph-legend {
@include clearfix();
flex: 0 1 auto;
max-height: 30%;
margin: 0 $spacer;
text-align: center;
width: calc(100% - $spacer);
padding-top: 6px;
position: relative;
@ -121,7 +111,9 @@
display: block;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
padding-bottom: 1px;
padding-right: 5px;
}
.graph-legend-series {