diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2024-04-28 18:35:44 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2024-04-28 18:35:44 -0400 |
| commit | bf89ce9ec19c22dec4ad302a755e354e34182f66 (patch) | |
| tree | 3d1cf0b79a43276cba94d25088614b0e35a86d24 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 8de07e0c17c2914bb6aff54f86e198eef5d2ac06 (diff) | |
pie chart filtering, mult-selection, selection on refresh updates
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 47cad9649..0eb27b65b 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -18,14 +18,9 @@ margin-top: -35px; } .asHistogram-checkBox { - align-items: left; - align-self: left; - align-content: left; - justify-content: flex-end; - float: left; - left: 0; - position: relative; - margin-bottom: -35px; + margin-left: 10px; + margin-bottom: -10px; + margin-top: -20px; } .selected-data { align-items: center; |
