From 7bf704f2bf2068cecb0bd1d713aeded80f21cae1 Mon Sep 17 00:00:00 2001 From: Knyffen Date: Mon, 7 Apr 2025 19:23:31 +0200 Subject: [PATCH] Move graph labels --- server/src/math/calculations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/math/calculations.rs b/server/src/math/calculations.rs index 5cc9047..494d655 100644 --- a/server/src/math/calculations.rs +++ b/server/src/math/calculations.rs @@ -344,7 +344,7 @@ pub fn plot_weight_loss( .configure_series_labels() .background_style(WHITE.mix(0.8)) .border_style(BLACK) - .position(SeriesLabelPosition::LowerRight) + .position(SeriesLabelPosition::UpperRight) .draw() .unwrap();