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
@erikfox yes, it would be if we want tooltips to be svg based.
I'm considering using a react portal outside the svg that would be div based, so we could just use event coords for positioning on on top of the svg. In that case, this wouldn't be a prereq to #44.
I've got a
localPoint
util that requires a reference to the svg node https://github.com/hshoff/vx/blob/master/packages/vx-event/src/localPoint.jsbut I'd like to make this easier to use/remove the boilerplate of converting the brush event coordinates to local coordinates.
The text was updated successfully, but these errors were encountered: