Move graph labels
This commit is contained in:
parent
48dfd7104c
commit
7bf704f2bf
@ -344,7 +344,7 @@ pub fn plot_weight_loss(
|
|||||||
.configure_series_labels()
|
.configure_series_labels()
|
||||||
.background_style(WHITE.mix(0.8))
|
.background_style(WHITE.mix(0.8))
|
||||||
.border_style(BLACK)
|
.border_style(BLACK)
|
||||||
.position(SeriesLabelPosition::LowerRight)
|
.position(SeriesLabelPosition::UpperRight)
|
||||||
.draw()
|
.draw()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user