Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create PieChart #94

Closed
AppPear opened this issue May 24, 2020 · 0 comments · Fixed by #98
Closed

Create PieChart #94

AppPear opened this issue May 24, 2020 · 0 comments · Fixed by #98
Labels

Comments

@AppPear
Copy link
Owner

AppPear commented May 24, 2020

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

@AppPear AppPear added the v2 label May 24, 2020
@satan87 satan87 mentioned this issue May 24, 2020
7 tasks
@AppPear AppPear linked a pull request May 25, 2020 that will close this issue
7 tasks
@AppPear AppPear closed this as completed May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant