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();