Suppression (pour l'instant de la carte acheteur/titulaire)
This commit is contained in:
@@ -350,7 +350,7 @@ table.cell-table th {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-hide {
|
button.show-hide {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
|
|||||||
@@ -244,6 +244,7 @@ def point_on_map(lat, lon):
|
|||||||
fig.update_layout(map_center={"lat": 46.6, "lon": 1.89}, map_zoom=4)
|
fig.update_layout(map_center={"lat": 46.6, "lon": 1.89}, map_zoom=4)
|
||||||
|
|
||||||
graph = dcc.Graph(id="map", figure=fig)
|
graph = dcc.Graph(id="map", figure=fig)
|
||||||
|
graph = html.Div(style={"width": "400px"})
|
||||||
return graph
|
return graph
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user