File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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` ;
Original file line number Diff line number Diff 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` ;
You can’t perform that action at this time.
0 commit comments