2a58bcf5f1
history: Frontend generated node charts with graphite backend Resolution for bower conflict Let the user configure the metrics in config.json Fix grunt task for deploying c3 css Fix tooltip layout issue
29 lines
399 B
SCSS
29 lines
399 B
SCSS
.infobox .chart {
|
|
position: relative;
|
|
& > .c3 {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.zoom-buttons {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 20px;
|
|
|
|
button {
|
|
font-size: 10pt;
|
|
width: 3em;
|
|
height: 3em;
|
|
border-radius: 1.5em;
|
|
margin-left: 6px;
|
|
}
|
|
}
|
|
|
|
.c3-tooltip-container {
|
|
width: 150px;
|
|
.c3-tooltip {
|
|
border-collapse: collapse;
|
|
}
|
|
}
|
|
}
|
|
|