Skip to content

Commit

Permalink
Merge pull request #100 from unicef-drp/scatterplot
Browse files Browse the repository at this point in the history
Menu edits
  • Loading branch information
Amy-Reidy authored Dec 31, 2024
2 parents 3492514 + 4dd2e0f commit 34d50fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dash_service/pages/transmonee.py
Original file line number Diff line number Diff line change
Expand Up @@ -1603,7 +1603,8 @@ def get_base_layout(**kwargs):
),
],
),
]),
],
style={"marginBottom": "10px"}),
width="auto",
align="start"
),
Expand Down Expand Up @@ -1648,7 +1649,7 @@ def get_base_layout(**kwargs):
),
dbc.Col(
html.Div([
html.P("Choose chart type:", style={"margin-bottom": "10px", "margin-top": "5px"}),
html.P("Chart type:", style={"margin-bottom": "10px", "margin-top": "5px"}),
dbc.RadioItems(
id={
"type": "area_types",
Expand All @@ -1657,7 +1658,8 @@ def get_base_layout(**kwargs):
className="area-types",
style={"display":"inline-flex"}
),
]),
],
style={"display":"inline-flex"}),
width="auto",
align="start"
),
Expand Down

0 comments on commit 34d50fb

Please sign in to comment.