Skip to content

0.5.0

Latest

Choose a tag to compare

@cnharris10 cnharris10 released this 27 Jul 13:54

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")
]