willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
860 stars 108 forks source link

ProjectionTransform Warning in Pie Charts #79

Closed imaaronath closed 3 years ago

imaaronath commented 3 years ago

ignoring singular matrix: ProjectionTransform(m11: 5e-324, m12: 0.0, m13: 0.0, m21: 0.0, m22: 5e-324, m23: 0.0, m31: 191.0, m32: 203.75, m33: 1.0)

willdale commented 3 years ago

It's to do with the animation. I think it is because the movement animation starts running while alpha is at zero.

willdale commented 3 years ago

It doesn't really affect anything, it's just a warning.