aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBoxPrimitives.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-27 16:12:36 -0400
committerbob <bcz@cs.brown.edu>2019-03-27 16:12:36 -0400
commitab78b1514ac16154d443d1d4a117a5fcaf891794 (patch)
treee1cebdf27124295c5b4ad726a37af500be25e01c /src/client/views/nodes/HistogramBoxPrimitives.scss
parente3ec05fbe6f3057fa33cb4d66025ff4c94f23f83 (diff)
converted histograms to % coords to avoid re-rendering.
Diffstat (limited to 'src/client/views/nodes/HistogramBoxPrimitives.scss')
-rw-r--r--src/client/views/nodes/HistogramBoxPrimitives.scss19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/client/views/nodes/HistogramBoxPrimitives.scss b/src/client/views/nodes/HistogramBoxPrimitives.scss
index c88d3a227..85f2c092d 100644
--- a/src/client/views/nodes/HistogramBoxPrimitives.scss
+++ b/src/client/views/nodes/HistogramBoxPrimitives.scss
@@ -1,10 +1,25 @@
.histogramboxprimitives-border {
- border: 1px;
+ border: 3px;
border-style: solid;
+ border-color: #282828;
pointer-events: none;
position: absolute;
- border-color: #282828;
}
.histogramboxprimitives-bar {
position: absolute;
+ border: 1px;
+ border-style: solid;
+ border-color: #282828;
+ pointer-events: all;
+}
+
+.histogramboxprimitives-placer {
+ position: absolute;
+ pointer-events: none;
+ width: 100%;
+ height: 100%;
+}
+.histogramboxprimitives-line {
+ position: absolute;
+ background: lightgray;
} \ No newline at end of file