Skip to content

Commit

Permalink
survival plot enable 95CI by default
Browse files Browse the repository at this point in the history
  • Loading branch information
congyu-lu authored and siosonel committed Nov 23, 2024
1 parent 4b68fcc commit 2ada197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/plots/survival.js
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ export async function getPlotConfig(opts, app) {
},
survival: {
radius: 5,
ciVisible: false,
ciVisible: true,
fill: '#fff',
stroke: '#000',
symbol: 'vtick', // 'x', 'vtick'
Expand Down
3 changes: 2 additions & 1 deletion release.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

Fixes:
- survival plot enable 95CI by default

0 comments on commit 2ada197

Please sign in to comment.