Commit 5bb1202
fix double-reversal in unified hover: normalize entry order first
groupedHoverData arrives in inconsistent order depending on showlegend
and hover collection path. Sorting entries by trace.index before passing
to getLegendData ensures the reversal in getLegendData is the single
source of truth for traceorder.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 482abde commit 5bb1202
File tree
2 files changed
+29
-1
lines changed- specs/done
- src/components/fx
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
1236 | | - | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
| 1240 | + | |
1237 | 1241 | | |
1238 | 1242 | | |
1239 | 1243 | | |
| |||
0 commit comments