simplificacion de seccion de cobertura de visitas

parent b63e32a2
...@@ -184,7 +184,7 @@ app.layout = html.Div(children=[ ...@@ -184,7 +184,7 @@ app.layout = html.Div(children=[
dcc.Graph(figure=vis_sec), dcc.Graph(figure=vis_sec),
], className="wrapper"), ], className="wrapper"),
]), ]),
#gráficas de visitas # cobertura de visitas
html.Div(children=[ html.Div(children=[
html.H1("Detalle de visitas", className="header-title2"), html.H1("Detalle de visitas", className="header-title2"),
html.P("..en construcción..", style={"color":"red", "font-style":"italic"}), html.P("..en construcción..", style={"color":"red", "font-style":"italic"}),
...@@ -207,9 +207,7 @@ app.layout = html.Div(children=[ ...@@ -207,9 +207,7 @@ app.layout = html.Div(children=[
# cobertura de pacientes por prueba # cobertura de pacientes por prueba
html.Div(children=[ html.Div(children=[
html.H1("Cobertura de pacientes por prueba", className="header-title2"), html.H1("Cobertura de pacientes por prueba", className="header-title2"),
# selector de etapa y gráfica # selector de etapa
html.Div(children=[
html.Div(children=[
html.Div(children=[ html.Div(children=[
html.Div(children="Etapa", className="menu-title"), html.Div(children="Etapa", className="menu-title"),
dcc.Dropdown( dcc.Dropdown(
...@@ -226,8 +224,7 @@ app.layout = html.Div(children=[ ...@@ -226,8 +224,7 @@ app.layout = html.Div(children=[
className="dropdown", className="dropdown",
), ),
], className="wrapper"), ], className="wrapper"),
], style={"display":"flex", "flexDirection": "row"},), #y gráfica
],),
dcc.Graph(id="detalle_pruebas"), dcc.Graph(id="detalle_pruebas"),
], className="wrapper"), ], className="wrapper"),
# datos para análisis de comidas # datos para análisis de comidas
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment