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
I'm trying to understand how to apply the Axis Text to appear at the top of where axisToolTip is being applied.
Code:
.axisToolTip(isPresented: $tooltip, alignment: .bottomTrailing, constant: constant, foreground: {
Label("Contrary to popular belief, Lorem Ipsum is not simply random text.", systemImage: "heart")
.padding()
.frame(width: 200)
})
Result
Expected
The text was updated successfully, but these errors were encountered:
I'm trying to understand how to apply the Axis Text to appear at the top of where
axisToolTip
is being applied.Code:
Result
Expected
The text was updated successfully, but these errors were encountered: