You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
usage_issue.py is the same as the one from the dash-table-experiments repo except for one change only: lines 18-20 which load the aforementioned CSV from the plotly datasets are commented out and a line is added to load the modified CSV from the local disk.
To reproduce:
Place the two attached files into an empty directory.
Run usage_issue.py.
Observe that when the table is sorted the subplot graphs do not update.
modify usage_issue.py to use the CSV from githubusercontent
Run usage_issue.py.
Observe that when the table is sorted the subplot graphs DO update as expected.