Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
/ SwiftUIViz Public archive

SwiftUI visual components for building charts and graphs

License

Notifications You must be signed in to change notification settings

swiftviz/SwiftUIViz

Repository files navigation

SwiftUIViz

SwiftUI visual components

swift-5.1 swiftpm @heckj

A collection of UI elements for SwiftUI based data visualizations. Loosely based on the APIs and mechanisms created by Mike Bostock and contributors to D3.js

Build and test

git clone https://github.com/swiftviz/SwiftUIViz
cd SwiftUIViz
swift build
swift test -v
swiftformat --lint . && swiftlint