Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 660 Bytes

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