Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 659 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 659 Bytes


#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)