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
Live Activity: anchor preset label inside the plot area (top-trailing)
Use .chartPlotStyle's overlay (alignment: .topTrailing) to render the
preset label inside the plot rectangle rather than via an outer ZStack.
The plot area excludes axis labels, so right-aligning inside it puts the
label flush with the right edge of the chart without overlapping the
y-axis numbers (175/150/125/100) that render along the trailing axis.
Removed the surrounding ZStack and the trailing/.top vs leading/.top
alignment juggling — not needed anymore.
0 commit comments