diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-27 14:23:39 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-27 14:23:39 -0400 |
| commit | fc6fcb0b644e89286d78cf44017e01f039c3d438 (patch) | |
| tree | 25926fccef4eec786822b8e0f6652357ae29ef63 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 52a2aaf9bc241ee39dce7510958fb192860a876c (diff) | |
| parent | ae0765b2836f321c7240b68004ead5ddb18ce680 (diff) | |
Merge branch 'data-visualization-sarah' of https://github.com/brown-dash/Dash-Web into data-visualization-sarah
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; |
