willdale / SwiftUICharts

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

Fix ProjectionTransform Warning in Pie Charts #228

Closed TinyJiyao closed 1 year ago

TinyJiyao commented 1 year ago

Don’t scale all the way to zero to avoid the warning below.

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)

Warning Detail: https://github.com/willdale/SwiftUICharts/issues/79