willdale / SwiftUICharts

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

Feature/break protocols apart -> Version 3 #187

Closed willdale closed 2 years ago

willdale commented 2 years ago

This turned out to be a huge rewrite of much of the library.

The main goal was to break apart the web of protocol conformance's that had build up.

The API has mostly been updated to allow more flexibility.

There is currently a performance issue around touch interactions.