-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Gradient colors overlapping with each other #83
Comments
Okay I shall check. Can you please share sample code for reproduction? |
I tried checking but example code works fine. Please check if for length of gradient list. |
Sorry, the Problem Was with some other code, I thought Graph is causing the problem, but it was strange changing gradient length was actually affecting the behavior, you can close this issue, |
Can you tell me How to avoid |
hm, never thought of this case. May be this is occurring due to rounded ends. I shall check this. Can you please share gradient list? this would make debug easy |
final gradientList = <List>[ ],
], ]; |
did you tested? |
Signed-off-by: Ayush P Gupta <[email protected]>
Fixed. Releasing new version. Thanks for pointing this issue |
v5.3.1 Please reopen if issue still exists |
Yes it is Working Fine but the Rounded effect is Gone Now , Edges are meeting straight |
I still cant figure out why we had overlap mixing issue. As gradient colors you mentioned doesnt have any transparency. I need to see that again. |
if the values point by line I think it will be More visually Appealing ,now we only have option of outside or inside |
You mean like in other pie charts values are having arrow towards their respective arc? |
The text was updated successfully, but these errors were encountered: