Skip to content

swiftviz/SwiftViz

Repository files navigation

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