1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_clusterCharts.scss

28 lines
390 B
SCSS

.scenarioImage {
@extend %clickable;
height: 70%;
width: auto;
}
svg.clusterChart {
height: auto;
margin: auto;
width: auto;
}
.lineGraph {
position: absolute;
.few .dygraph-legend > span.highlight {
border: 1px solid $c-chart-border;
}
.many .dygraph-legend > span {
display: none;
}
.many .dygraph-legend > span.highlight {
display: inline;
}
}