Coxcomb.js produces a user editable coxcomb chart using underscore.js and raphael.js
- underscore.js
- raphael.js
For a usage example see index.html.
Coxcomb(chartRadius, sectionCount, levelCount, labels);
chartRadiusis an integer representing the radius of the entire chart in pixels.sectionCountis an integer indicating the number of sections in the chart.levelCountis an integer represeting the maximum number of steps in a section.labelis an array of lengthsectionCountcontaining labels for each section.
Returns a Raphael Page object.