New features for adding more grid lines to the Radar Chart #63
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.
New features for adding more grid lines to the Radar Chart
Hello there! I created a separate file called ggradar2.R, where I reused the code from ggradar.R with the intention of adding more grid lines to ggradar, which originally had only three of them.
In this new 'ggradar2' branch, I added four grid lines between grid.max and grid.min, totaling 6 grid lines. The grid lines follow the following order (min, n2, n3, n4, n5, max).
I also added some features to change the colors and the vertical offset of the grid lines' labels.
Here are some results:
Radar chart with 6 grid lines.
Radar chart with 5 grid lines with labels positioned at the top of them.
Radar chart with 6 grid lines and multiple groups.
It is also possible to reproduce the default radar chart of ggradar, with 3 grid lines.