Skip to content

Commit

Permalink
Update SurvivalChart.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TJMKuijpers authored Jan 25, 2024
1 parent facde70 commit 248cb28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/resultsView/survival/SurvivalChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1273,16 +1273,6 @@ export default class SurvivalChartExtended
}
}

@computed get xTickOptions() {
return (
<div>
<text>Set the interval range for tick labels</text>
<div>
<input placeholder={'Enter values (comma seperated'} />
</div>
</div>
);
}

@action.bound changeControlGroup(groupValue: {
label: string;
Expand Down

0 comments on commit 248cb28

Please sign in to comment.