diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-27 14:22:35 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-27 14:22:35 -0400 |
| commit | ae0765b2836f321c7240b68004ead5ddb18ce680 (patch) | |
| tree | 3e437c130b66d62364597a02bf603a2d2b9ef15d /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 8a43ea9c37fe9ae671391bc264e3760cd90d53c5 (diff) | |
one column numerical pie histogram vs weighted slices checkbox
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 9359919c6..50dfe7f05 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -17,6 +17,18 @@ margin-top: -10px; margin-bottom: -10px; } + .asHistogram-checkBox { + // display: flex; + // flex-direction: row; + align-items: left; + align-self: left; + align-content: left; + justify-content: flex-end; + float: left; + left: 0; + position: relative; + margin-bottom: -35px; + } .selected-data{ align-items: center; text-align: center; |
