Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)