timezone dependent bugs
オープン
まだ誰も着手していません。
bug
P3
- 主要言語
- JavaScript
- スター
- 18.3k
- フォーク
- 2k
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 28
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、リンクされた CodePen で動作を再現し、元の issue #5822 と比較します。再現結果から、タイムゾーンに依存するホバーラベルとポイント値の処理を追跡します。完了条件は、最終ポイントにすべての trace が表示され、各ホバーラベルに正しい値が表示されることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100