Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 991 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 991 Bytes

SwiftViz

codecov @heckj

A collection of utilities and libraries to provide some of the pieces needed in generating data visualization. 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/swiftviz
cd swiftviz
swiftformat --lint . && swiftlint
swift test -v