Closed
Description
When marks don’t have a position, we currently default them to the center of the frame. For example:
Lines 57 to 58 in 136fc2f
Lines 56 to 57 in 136fc2f
The frameAnchor option would allow more control over this behavior, for example when labeling facet frames. It would support nine possible values:
- top-left
- top
- top-right
- right
- bottom-right
- bottom
- bottom-left
- left
- middle (default)
Activity