Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots committed Apr 25, 2023
1 parent 862811d commit 710074b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/pages/resultsView/survival/SurvivalChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -907,15 +907,15 @@ export default class SurvivalChart
'cbioTooltip',
styles.Tooltip
)}
// positionLeft={
// this.tooltipModel.x +
// this.styleOpts.tooltipXOffset
// }
// {...{ container: this }}
// positionTop={
// this.tooltipModel.y +
// this.styleOpts.tooltipYOffset
// }
positionLeft={
this.tooltipModel.x +
this.styleOpts.tooltipXOffset
}
{...{ container: this }}
positionTop={
this.tooltipModel.y +
this.styleOpts.tooltipYOffset
}
placement={'bottom'}
onMouseEnter={this.tooltipMouseEnter}
onMouseLeave={this.tooltipMouseLeave}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/studyView/StudyViewPageStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8071,7 +8071,7 @@ export class StudyViewPageStore
this.survivalDescriptions.result![prefix][0]
.displayName
)
: `${prefix} Survival`;
: `${prefix}`;
plotTitle += ' (months)';

const survivalStatusAttribute = this
Expand Down

0 comments on commit 710074b

Please sign in to comment.