diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-18 10:50:16 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-18 10:50:16 -0400 |
commit | 65ab8c985a86f18ebb51a269f20d7865dcfc6589 (patch) | |
tree | 6a9666d7c623afcbeea1debc7ceda30a599762cf /src/client/views/nodes/DataVizBox/components/Chart.scss | |
parent | 56c2063deb32302b58044181c9f3248da409bf13 (diff) |
click on histograms
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 15 |
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 { |