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
I'm trying to get the SPLOM to deselect all data points when the background is clicked. This seems to work fine under the hood, but the visual effect is not what I expected. The selection rectangle disappears, but the data point is still highlighted.
I'm trying to get the SPLOM to deselect all data points when the background is clicked. This seems to work fine under the hood, but the visual effect is not what I expected. The selection rectangle disappears, but the data point is still highlighted.
There's a Codepen here that illustrates this:
https://codepen.io/sebastian-raubach/pen/mdJPQQG
The console output is generated when I click on the background after having selected a data point, but the point is still highlighted.
I found a pull request that seems to address the exact same issue for
scattergl
, but notsplom
:#2492
Any ideas?
The text was updated successfully, but these errors were encountered: