Add VoiceOver accessibility, tap-to-select sectors (didSelectSector/didTapOutsideSector delegate callbacks), a chart description label, a SwiftUI wrapper (CHRadarGraph) so SwiftUI consumers don't need to implement the UIKit delegate/dataSource protocols, automatic redraw on light/dark mode changes, DocC documentation, and customizable title/label colors, fonts, and sizes.
Installation
dependencies: [
.package(url: "https://github.com/cnharris10/CHRadarGraph.git", from: "0.5.0")
]