https://github.com/active-group/active-viz
A ClojureScript library containing helpers for data visualization
https://github.com/active-group/active-viz
chart clojurescript visualization
Last synced: 2 months ago
JSON representation
A ClojureScript library containing helpers for data visualization
- Host: GitHub
- URL: https://github.com/active-group/active-viz
- Owner: active-group
- Created: 2019-03-15T07:19:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T16:58:24.000Z (over 4 years ago)
- Last Synced: 2025-03-09T02:07:37.808Z (3 months ago)
- Topics: chart, clojurescript, visualization
- Language: Clojure
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# active-viz
A ClojureScript library containing helpers for data visualization
[](https://github.com/active-group/active-viz/actions)
[](https://clojars.org/de.active-group/active-viz)
## Overview
This library provides tooling for data visualizations. At this point it is restricted to charts:
* It provides Scales, an entity to map domains to ranges. This is useful to map data to viewports. Scales are composable.
* It provides ticks calculation. This is useful for defining nice ticks on axis based on several demands.
* It provides various interpolations for smooth curves.
* It provides path utilities to generate path strings for svg rendering.## Development
Test with
lein fig:test
## License
Copyright © 2018 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.