Hello!
I wrote Brushable draggable parallel coordinates in Observable 1. The “draggable” parallel coordinates seem to work fine in Observable 1, but behave a bit strangely in Notebooks 2.0.
In Notebook 2.0, dragging an axis snaps it way to the right. There seems to be an offset between where my mouse is and the axis’s location for the duration of the drag.
From printing to console.log: In Observable 1, clicking on the second axis from the left gives an x position (obtained using d3.pointer) of around 215. In Notebook 2.0, I get an x position of about 825.
Edit (for anyone who happens to look at the notebook): the handleDrag function is the use of d3.pointer that I tested.
Any ideas? Thank you!