scatter plots
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 463
- PR merge metrics
- No merged PRs in 30d
Description
uPlot.Scatter
e.g. https://academy.datawrapper.de/article/65-how-to-create-a-scatter-plot
spatial index via e.g. https://github.com/mourner/kdbush or https://github.com/mourner/flatbush
data format e.g.:
[
[x,y,v,l,x,y,v,l], // series 1
[x,y,v,l,x,y,v,l], // series 2
[x,y,v,l,x,y,v,l], // series 3
]
vvalue (size of point/shape)llabel
should use a Path2D shape cache
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 by reading the full discussion on issue #107 and the linked scatter-plot, kdbush, and flatbush references. Clarify the proposed uPlot.Scatter API, data format, spatial-index choice, labels, point sizing, and Path2D shape-cache requirements. Done means an agreed, usable scatter-plot feature matching those requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100