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
Our Zeplin comps for the project depict bars whose top corners are rounded. This issue captures the need to perform the work.Typically this is a trivial task in iOS, but the Charts framework does not make this as easy as one might expect.
There are a few breadcrumbs from the project that chronicle the issue in more detail.
Our Zeplin comps for the project depict bars whose top corners are rounded. This issue captures the need to perform the work.Typically this is a trivial task in iOS, but the Charts framework does not make this as easy as one might expect.
There are a few breadcrumbs from the project that chronicle the issue in more detail.
At the heart of the problem, we need to perform the following.
BarChartRenderer
to apply the rounded corners to the bars.This needs to be accomplished by either of the following:
The text was updated successfully, but these errors were encountered: