Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biovisualize/micropolar
A tiny polar charts library made with D3.js
https://github.com/biovisualize/micropolar
Last synced: about 1 month ago
JSON representation
A tiny polar charts library made with D3.js
- Host: GitHub
- URL: https://github.com/biovisualize/micropolar
- Owner: biovisualize
- License: mit
- Created: 2013-09-20T14:03:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T14:24:49.000Z (almost 4 years ago)
- Last Synced: 2024-05-22T16:13:00.510Z (7 months ago)
- Language: JavaScript
- Size: 897 KB
- Stars: 125
- Watchers: 10
- Forks: 20
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-d3 - micropolar - A polar chart library (Charts)
README
#micropolar
A tiny polar charts library made with D3.js for [Plotly](https://plot.ly/). See it in action [here](http://micropolar.org/).Every chart is composed of a very configurable axis and one or more geometry modules. The current chart types are linePlot, dotPlot, barChart and areaChart.
##Roadmap
* Minified version
* Multiple geometry per axis
* Titles, legends
* Stabilize the API
* Live examples
* Test suite
* API Documentation
* More chart types (circular heatmap, radar chart, radviz)