Skip to content

SwiftViz package providing visualization components library inspired by D3

License

Notifications You must be signed in to change notification settings

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