Move graph labels

This commit is contained in:
Knyffen 2025-04-07 19:23:31 +02:00
parent 48dfd7104c
commit 7bf704f2bf

View File

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