Swift Charts #54
heckj
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most of the work of this library, at least as it applies to 2D charts, has been very effectively superseded by the release of Swift Charts (available for iOS 16+, macOS 13+, and watchOS 9+). If you found this repo with a goal of generating charts for iOS/macOS in a declarative format - then it's definitely worth looking to the newly released framework that builds on SwiftUI to achieve that goal.
I am planning on continuing to work on this library, refocusing a bit with a revision that I'd planned for after the basic 2D charts (and the implementation details of such) were worked out: generating 3D visualizations, akin to charts, with the same general pattern of a declarative format. I'm reviewing the API that Apple released in depth for choices they made in implementations, and considering making changes in what I've created so far, mostly so that any 3D implementation will be at least reasonably close in semantics to how Apple's charts framework operates. I'll follow up more in a discussion thread on implementation comparisons with Swift Charts.
Beta Was this translation helpful? Give feedback.
All reactions