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
Double-clicking the rendered scatter chart from its initial viewport causes the plot area to go dark/blank instead of preserving or resetting the chart view.
This was observed in a Reflex app using reflex-xy with a dense, state-backed scatter chart.
Reproduction
Render the chart below and wait for the initial global scatter view to appear.
Without first panning or zooming, double-click the chart from the initial entry/default view.
Screen.Recording.2026-07-17.at.1.10.14.PM.mov
Summary
Double-clicking the rendered scatter chart from its initial viewport causes the plot area to go dark/blank instead of preserving or resetting the chart view.
This was observed in a Reflex app using
reflex-xywith a dense, state-backed scatter chart.Reproduction
Minimal usage from the application
The dataset contains approximately 10,641 points. Longitude and latitude have explicit fixed domains, while color and point size are array-valued.
Observed behavior
After the double-click, the plot rendering becomes dark/blank and the data points are no longer visible.
Expected behavior
A double-click should either:
It should not blank the plot.
Video
Video to be added by the reporter.
Environment
reflex-xy0.1.0density=True@reflex_xy.figure