1 dépôt
Line chart components built with the SwiftUI framework that plot connected data points with gradient fills and optional markers.
Distinct from Line Charts: Distinct from generic Line Charts: specifically implemented using SwiftUI's declarative view composition rather than UIKit or web-based rendering.
Explore 1 awesome GitHub repository matching user interface & experience · SwiftUI. Refine with filters or upvote what's useful.
ChartView is a SwiftUI-native charting library that provides bar, line, pie, and ring chart components within a unified grid-based layout system. The library renders charts by composing SwiftUI views declaratively from data models, letting the framework handle layout and updates without intermediate drawing layers. The library supports multiple chart types that share a common grid layout, enabling composable data visualizations with synchronized axes and backgrounds. Bar charts display data as vertical bars, line charts plot connected data points with gradient fills and optional markers, pie
Ships a SwiftUI-native line chart component with gradient fills and optional markers for data trend visualization.