más codigo para la adición del histograma visitas/secuenciaciones

parent b504f05a
......@@ -196,6 +196,22 @@ app.layout = html.Div(
],
className="wrapper"
),
html.Div(
children=[
html.H1("Visitas / Secuenciaciones", className="header-title2"),
html.Div(children=[
dcc.Graph(figure=vis_sec),
# dcc.Graph(
# figure=scat),
],
className="wrapper"
),
]
),
html.Div(
children=[
html.H1("Detalle de visitas", className="header-title2"),
......
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