Ce code: @render.plot @reactive.event(input) def graphe_perso_interactif(): viz.graphePerso(input.firstname(),input.name(), data, titre, nb_bins=10_000) Cela ne s'actualise pas lorsque l'utilisateur sélectionne son coureur.
Ce code:
@render.plot
@reactive.event(input)
def graphe_perso_interactif():
viz.graphePerso(input.firstname(),input.name(), data, titre, nb_bins=10_000)
Cela ne s'actualise pas lorsque l'utilisateur sélectionne son coureur.