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 add a gradient to my bars, but it is not visible.
The problem seems to be that at initialization time the bounds of the bar are not yet set (that comes later, in line 205 of JBBarChartView.m), so the gradient frame is always {0,0,0,0}.
Do you have an idea how to change this or work around it?
Thanks, Armin
I'm trying to add a gradient to my bars, but it is not visible.
The problem seems to be that at initialization time the bounds of the bar are not yet set (that comes later, in line 205 of JBBarChartView.m), so the gradient frame is always {0,0,0,0}.
Do you have an idea how to change this or work around it?
Thanks, Armin
Here's my code:
class BarChartBarView: UIView {
}
The text was updated successfully, but these errors were encountered: