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 noticed it's possible to add a text(not a UILabel, but a String) inside a PieChart view.
But my problem is slightly more complicated as I want a custom styled view within it.
I tried making the background color of my chart transparent so I could add a view behind it to get the desired behavior. But a white layer is still blocking me from seeing the view behind it.
Is there a to add a custom View to the PieChart Center and not just a String?
The text was updated successfully, but these errors were encountered:
I noticed it's possible to add a text(not a UILabel, but a String) inside a PieChart view.
But my problem is slightly more complicated as I want a custom styled view within it.
I tried making the background color of my chart transparent so I could add a view behind it to get the desired behavior. But a white layer is still blocking me from seeing the view behind it.
Is there a to add a custom View to the PieChart Center and not just a String?
The text was updated successfully, but these errors were encountered: