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
Responsive Frames use a new resize listener which seems to work better than the earlier two models
ORFrame oLabel can take an object with an { orient, label } where label is the same as what was sent to oLabel (a boolean or a function that returns JSX SVG) and orient allows you to place labels on the "right" with horizontal projection or "top" with vertical projection.
ORFrame type object can now take an icon and and iconPadding setting that will cause rendered bar or clusterbar to be drawn with icons (spaced away from each other by the pixel value of iconPadding or 1 if nothing is sent).