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
Added customAreaMark to XYFrame, which is sent ({d, projectedCoordinates, xScale, yScale, bounds}) you can return just the d to be passed to a path element or whatever JSX SVG you want. the bounds object sent includes bounding box and a "center" which is the pole of inaccessibility (for labels)
Parent div/span of frames will have a class corresponding to the frame (xyframe, ordinalframe, networkframe)
Fixes
Brush will reinitialize with a new extent (thanks @susielu)