Skip to content

[Stats Refresh] Round the bars in the Charts #11144

Description

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.

  1. We need to override the behavior of the default BarChartRenderer to apply the rounded corners to the bars.
  2. We need to inject said renderer, along with its animator & viewport handler in the right place within the initialization sequence.

This needs to be accomplished by either of the following:

  • PR against the canonical repository and nurse it along to completion.
  • Fork the canonical repository and synchronize changes in perpetuity.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions