Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypirion/clj-xchart
XChart wrapper for Clojure
https://github.com/hypirion/clj-xchart
chart clojure graph
Last synced: 2 days ago
JSON representation
XChart wrapper for Clojure
- Host: GitHub
- URL: https://github.com/hypirion/clj-xchart
- Owner: hypirion
- License: epl-1.0
- Created: 2016-06-19T14:47:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T21:13:04.000Z (about 7 years ago)
- Last Synced: 2024-12-31T09:59:16.692Z (5 days ago)
- Topics: chart, clojure, graph
- Language: Clojure
- Homepage: https://hypirion.github.io/clj-xchart/
- Size: 816 KB
- Stars: 112
- Watchers: 5
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-xchart
[`Examples`](https://hypirion.github.io/clj-xchart/examples) | [`API docs`](https://hypirion.github.io/clj-xchart/api/0.2.0/en/)
Clojure wrapper around XChart, a small library for rendering charts/plots.
![Rosling chart](rosling.png)
This is the latest released version:
```clj
[com.hypirion/clj-xchart "0.2.0"]
```## What
clj-xchart wraps all the different chart you can generate in XChart:
* Line charts
* Scatter charts
* Area charts
* Bar charts
* Histogram charts
* Pie charts
* Donut charts
* Bubble charts
* Stick charts## Usage
There are a lot of examples on the
[examples page](https://hypirion.github.io/clj-xchart/examples), and
[the tutorial](https://github.com/hyPiRion/clj-xchart/blob/stable/docs/tutorial.md)
should basic usage. For more advanced customisation, have a look at the
[render options](https://github.com/hyPiRion/clj-xchart/blob/stable/docs/render-options.md)
page.The API is available at .
## License
Copyright © 2016 Jean Niklas L'orange
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.