Skip to content

Create PieChart #94

Description

@AppPear

v2 ticket

Ticket description:

Create PieChart
In the new-version branch you can find barchart and linechart already implemented using that implement PieChart

  • should be a type of ChartType: public struct PieChart: ChartType
  • should display a basic piechart in the given frame

you can reuse the code you can find in the current version of the piechart

Should work like this:

ChartView(data: [0, 5, 6, 2, 13, 4, 3, 6])
.type(PieChart())

more info: #89

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

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions