problem with 3d camera and uirevision
Open
Nobody has claimed this yet.
bug
P3
- Dominant language
- JavaScript
- Stars
- 18.3k
- Forks
- 2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 28
Description
In this pen https://codepen.io/nicolaskruchten/pen/BajgePw?editors=0010
case 1: good
- newPlot 0
- react 1 (this just changes the uirevision and camera angle, so far so good)
- react 2 (this just changes the data, good)
case 2: good
- newPlot 1
- rotate the camera a bit
- react 2 (just changes the data and leaves the camera angle alone, good)
case 3: bad (both together)
- newPlot 0
- react 1
- rotate the scene a bit
- react 2 (the camera angle is wrong now!)
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
Reproduce the three cases in the linked CodePen, focusing on newPlot, react, uirevision, and the 3D camera state. Trace how react handles simultaneous data and camera-related updates; done means the camera angle remains correct in case 3 while cases 1 and 2 continue to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100