aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-05 11:49:59 -0400
committerbob <bcz@cs.brown.edu>2019-04-05 11:49:59 -0400
commit8667cfd95ffb5a78392a8bfb78e4600c5da2acaa (patch)
tree22af77af46044d3f8c8f78700b2714c8f8b5371f /src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss
parent25d56d2f490ca6c8ea685b832332605a7fc6042a (diff)
fixed histograms
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss')
-rw-r--r--src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss
index ce9edd65e..26203612a 100644
--- a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss
+++ b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss
@@ -4,10 +4,11 @@
}
.histogramboxprimitives-border {
border: 3px;
- border-style: solid;
- border-color: white;
pointer-events: none;
position: absolute;
+ fill:"transparent";
+ stroke: white;
+ stroke-width: 1px;
}
.histogramboxprimitives-bar {
position: absolute;
@@ -23,8 +24,19 @@
width: 100%;
height: 100%;
}
+.histogramboxprimitives-svgContainer {
+ position: absolute;
+ top:0;
+ left:0;
+ width:100%;
+ height: 100%;
+}
.histogramboxprimitives-line {
position: absolute;
background: darkGray;
+ stroke: darkGray;
+ stroke-width: 1px;
+ width:100%;
+ height:100%;
opacity: 0.4;
} \ No newline at end of file