Skip to content

Commit d3b6445

Browse files
Estimated Groundtruth covering
1 parent fb74718 commit d3b6445

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ip_arc_diagram.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,8 +1416,8 @@ function drawGroundTruthBoxes(selectedIPs) {
14161416
if (d.wasExpanded) {
14171417
// Original stop was same as start; show both
14181418
tooltipContent += `Original Stop: ${d.event.stopTime}<br>`;
1419-
tooltipContent += `Expanded Stop (+59s): ${expandedStopStr}<br>`;
1420-
tooltipContent += `Expanded Duration: ${durationSec}s`;
1419+
tooltipContent += `Estimated Stop (+59s): ${expandedStopStr}<br>`;
1420+
tooltipContent += `Estimated Duration: ${durationSec}s`;
14211421
} else {
14221422
tooltipContent += `Stop: ${d.event.stopTime}<br>`;
14231423
tooltipContent += `Duration: ${durationSec}s`;

ip_bar_diagram.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,8 +1648,8 @@ function drawGroundTruthBoxes(selectedIPs) {
16481648
`;
16491649
if (d.wasExpanded) {
16501650
tooltipContent += `Original Stop: ${d.event.stopTime}<br>`;
1651-
tooltipContent += `Expanded Stop (+59s): ${expandedStopStr}<br>`;
1652-
tooltipContent += `Expanded Duration: ${durationSec}s`;
1651+
tooltipContent += `Estimated Stop (+59s): ${expandedStopStr}<br>`;
1652+
tooltipContent += `Estimated Duration: ${durationSec}s`;
16531653
} else {
16541654
tooltipContent += `Stop: ${d.event.stopTime}<br>`;
16551655
tooltipContent += `Duration: ${durationSec}s`;

0 commit comments

Comments
 (0)