Closed
Description
This code shows a bad interaction between data ids and transforms. The plot is made up of three bubbles sorted by marker size.
Clicking once on the button removes the circle in the middle using a filter transform.
Clicking a second time brings the circle back.
The issue is that when circle is back is drawn on top of all the circles (despite the sort transform).