timezone dependent bugs
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
I don't think this has been fixed. I took the original code pen and updated it to 2.3.0:
https://codepen.io/Djeramon/pen/XWRVzwz
The behavior is not yet right. Two things are going wrong:
- For the last data point only the hover label of a single trace is shown. (Yen)
- The values for all other traces are shifted and are not shown correctly. (e.g. the third data point for US Dollar should be the value 6, but instead the hover label shows the value 8)
Originally posted by @Djeramon in https://github.com/plotly/plotly.js/issues/5822#issuecomment-886413675
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
Start by reproducing the behavior in the linked CodePen and compare it with the original issue #5822. Trace the timezone-dependent hover-label and point-value handling from the reproduction; done means the final point shows every trace and each hover label displays the correct value.
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
- Needs clarification
- Newbie friendliness
- 30/100