2017-03-24 07:15:01 -05:00
|
|
|
.heatmap-canvas-wrapper {
|
2017-03-27 11:04:29 -05:00
|
|
|
// position: relative;
|
2017-03-24 07:15:01 -05:00
|
|
|
cursor: crosshair;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-panel {
|
2017-03-27 11:04:29 -05:00
|
|
|
position: relative;
|
|
|
|
|
2017-03-24 07:15:01 -05:00
|
|
|
.axis .tick {
|
|
|
|
text {
|
|
|
|
fill: $text-color;
|
|
|
|
color: $text-color;
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
}
|
|
|
|
|
|
|
|
line {
|
|
|
|
opacity: 0.4;
|
|
|
|
stroke: $text-color-weak;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-tooltip {
|
|
|
|
white-space: nowrap;
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
background-color: $graph-tooltip-bg;
|
|
|
|
color: $text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-histogram rect {
|
|
|
|
fill: $text-color-weak;
|
|
|
|
}
|
|
|
|
|
|
|
|
.heatmap-crosshair {
|
|
|
|
line {
|
|
|
|
stroke: darken($red,15%);
|
|
|
|
stroke-width: 1;
|
|
|
|
}
|
|
|
|
}
|