• Stars
    star
    125
  • Rank 286,335 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 11 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A tiny polar charts library made with D3.js


#micropolar A tiny polar charts library made with D3.js for Plotly. See it in action here.

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)