Commit 5e33602
committed
[claude] connect line across missing-data commits
Flip `spanGaps` back to `true` in chart-init.js so the line connects to
the next available data point across nulls. The point markers themselves
are still only drawn at non-null indices, so the missing commit is
visible as a missing marker — but the line bridges the gap.
The server-side fix (commits with no data still appear in `commits[]`)
stays unchanged: hovering on a missing-data commit still shows it as a
real commit on the x-axis. The change is purely visual — no broken
segments where the line only has occasional gaps.
Bumped `STATIC_ASSET_VERSION` to `bench-v3-ui-20` and updated snapshots.
Signed-off-by: Claude <noreply@anthropic.com>1 parent 112b1bf commit 5e33602
5 files changed
Lines changed: 21 additions & 16 deletions
File tree
- benchmarks-website/server
- src/html
- static
- tests/snapshots
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
590 | 592 | | |
591 | 593 | | |
592 | 594 | | |
| |||
596 | 598 | | |
597 | 599 | | |
598 | 600 | | |
599 | | - | |
| 601 | + | |
600 | 602 | | |
601 | 603 | | |
602 | 604 | | |
| |||
618 | 620 | | |
619 | 621 | | |
620 | 622 | | |
621 | | - | |
622 | | - | |
| 623 | + | |
| 624 | + | |
623 | 625 | | |
624 | 626 | | |
625 | 627 | | |
| |||
688 | 690 | | |
689 | 691 | | |
690 | 692 | | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
695 | 700 | | |
696 | 701 | | |
697 | 702 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments