whitesmith / whitesmith/rubycritic
Complexity vs Churn graph: Log scaling option wise?
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 3.5k
- Forks
- 234
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to determine how useful it would be to add a log scaling option, though not as a default. Seems like it would be helpful in ensuring that the graph isn't quite as clustered or distorted by outliers. The data would need to be adjusted slightly to avoid log(0) issues. I've done this by manually adjusting the highchart and it seems to work fairly well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Complexity vs Churn graph and its existing Highcharts configuration. Review how graph data handles zero values and determine where an optional, non-default log scale could be applied. Done means the graph supports log scaling without log(0) issues while preserving the existing default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100