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
Dynamic Plotly plot div: scope to island instead of hardcoded ID
Multiple Plotly islands on the same page shared the hardcoded
"therapy-plot" ID, causing them to render into the wrong element.
Now uses island.querySelector('div[id]') to find the plot div
within the island's own scope.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments