Open sentience opened 12 years ago
Cool. I'll look into the possibility of integrating this into g.raphael releases past 0.5.1. The current priority for 0.5.1 is fixing bugs and adding some of the simple feature additions / bugs that other people have submitted via pull requests and fully documenting all chart types.
Once 0.5.1 is out the door, I'll want to start looking into the possibility of adding additional chart types. I just want to make sure that the current supported charts are fully tested and as solid as they can be before I start focusing on other chart types.
I took this pull request, merged it with 0.5.1 and added some documentation in my master branch at tec/g.raphael. Should I file a new pull request or is there a way to add my commits here?
I dug up an implementation of radar graphs that was contributed back when g.Raphaël 0.4 was current, and have ported it to Raphaël 2.0 for my own purposes. See the two included test pages for examples.
All that’s left for it to be release-ready (IMO) is for
g.radar.js
to be minified, but I don’t know which JS minifier is used for this project.Note: Like the Pie Chart, the current radar graph implementation only supports a single data series.