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

23 lines
337 B
SCSS

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