Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/streamlit_plotly_events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
# `declare_component` and call it done. The wrapper allows us to customize
# our component's API: we can pre-process its input args, post-process its
# output value, and add a docstring for users.
# Note: graph data must be deterministic, otherwise the event will return empty
def plotly_events(
plot_fig,
click_event=True,
Expand Down