aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/components/Chart.scss15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss
index aa005ea66..6c3d59879 100644
--- a/src/client/views/nodes/DataVizBox/components/Chart.scss
+++ b/src/client/views/nodes/DataVizBox/components/Chart.scss
@@ -9,10 +9,17 @@
overflow: visible;
}
.slice {
-
- }
- .hover {
- stroke: black;
+ &.hover {
+ stroke: black;
+ }
+ }
+
+ .histogram-bar{
+ outline: thin solid black;
+ fill: #69b3a2;
+ &.hover{
+ fill: grey;
+ }
}
.tooltip {