plotly / plotly/graphing-library-docs
sizemin, sizemax, sizeref, sizemod lack '_' (underscore)
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 59
- Forks
- 72
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 3
Description
All of them lack underscore:
https://plot.ly/javascript/reference/#scatter-marker-sizemin should be 'size_min'
https://plot.ly/javascript/reference/#scatter-marker-sizemax - 'size_max'
https://plot.ly/javascript/reference/#scatter-marker-sizeref - 'size_ref'
https://plot.ly/javascript/reference/#scatter-marker-sizemode - 'size_mode'
Contributor guide
No contributing guide indexed for this repository
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
Start with the four linked Plotly JavaScript reference entries for scatter marker options: sizemin, sizemax, sizeref, and sizemode. Locate their documentation source and update the displayed option names to size_min, size_max, size_ref, and size_mode, then verify the rendered reference pages show the underscored names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100