Move graph labels
This commit is contained in:
parent
48dfd7104c
commit
7bf704f2bf
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user