Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
congyu-lu authored and xzhou82 committed Jan 8, 2025
1 parent ba25ad7 commit 880e348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/types/src/dataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,9 @@ type SortPriorityEntry = {
type SurvivalSettings = {
/** The max time-to-event to be displayed in plot, hide all the samples with Time-to-Event longer than this maxTimeToEvent */
maxTimeToEvent?: number
/** The time unit (months, years, etc) displayed in the x-axis of survival plot */
timeUnit?: string
/** the customized x-axis tick values of survival plot */
xTickValues?: number[]
}

Expand Down

0 comments on commit 880e348

Please sign in to comment.