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

Enable selecting piechart slice starting angle #13

Closed
ghost opened this issue Sep 10, 2019 · 1 comment
Closed

Enable selecting piechart slice starting angle #13

ghost opened this issue Sep 10, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 10, 2019

First thank you for your work. This is the easiest to use flutter chart plugin on pub!

Currently the piechart starts animating from the right side of the circle (from 3 o'clock).
Is it possible to set a starting angle from where the first slice will draw?

Like in the example image below, change "starting angle" from 90° -> 0°

change_starting_angle_for_piechart

@apgapg
Copy link
Owner

apgapg commented Sep 10, 2019

Thanks for those kind and motivating words. Yes there is a parameter 'initialAngle: math.pi*0.5' with which you can change the start angle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant