You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a piechart has a large slice that takes up more than 50% of the piechart the filling of the arc shape might overlap previous slices.
It can be solved by checking if the to be drawn slice has a start and end difference > 180 in the _drawSlice function. If so I divide the slice in 2 parts and draw those using the same _drawSlice function.
The text was updated successfully, but these errors were encountered:
If a piechart has a large slice that takes up more than 50% of the piechart the filling of the arc shape might overlap previous slices.
It can be solved by checking if the to be drawn slice has a start and end difference > 180 in the _drawSlice function. If so I divide the slice in 2 parts and draw those using the same _drawSlice function.
The text was updated successfully, but these errors were encountered: