Radar graph#136
Open
sentience wants to merge 20 commits into
Open
Conversation
* refs/heads/tec/master: Fixed bug when all Y values are equal. Fixed bug with recursion on large numbers. Added option smooth. 0.4.1 Bug fixes The values are now numbered and can get titles in the legend naaming issue naming issue legend (labels) a simple sample for the radar graph a radar graph for g.raphael with basic interaction
radar chart itself is still not yet ported
per changes to radar graph for Raphaël 2.0
Collaborator
|
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. |
Closed
|
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? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsto 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.