X-Y Scatter Plots?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 463
- PR merge metrics
- No merged PRs in 30d
Description
I've got some data of x and y position an was wondering if there's a way with the current line chart to be able to render an X-Y chart? So say, I've got x position and y position arrays. The indices of the elements in the array should match up. I'm looking to connect the points with a line as well. Is there a known way to do this with uplot?
Thanks!
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 reviewing uPlot's current line-chart API and documentation for how series data and x values are supplied. Determine whether paired x/y arrays and connecting points are already supported or require a new capability; completion would make the requested X-Y scatter-line chart possible.
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