diff --git a/app/_plots/TotalScorePlot.tsx b/app/_plots/TotalScorePlot.tsx index 3b04897..ce836af 100644 --- a/app/_plots/TotalScorePlot.tsx +++ b/app/_plots/TotalScorePlot.tsx @@ -48,6 +48,7 @@ export default function TotalScorePlot(props: TotalScorePlotProps) { // NOTE: round thresholds down to nearest integer const sd_threshold = Math.floor(get_sd_threshold()); const spec_threshold = Math.floor(data_summary.specificity_100["total"]); + const plot_title = `ACE-III total score (${total || ""}/100)`; useEffect(() => { const plot = Plot.plot({ @@ -120,7 +121,7 @@ export default function TotalScorePlot(props: TotalScorePlotProps) { return (
} button_content={ <>