mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
fix: label text clipping
This commit is contained in:
@@ -304,7 +304,7 @@ impl Plot {
|
||||
|
||||
chart
|
||||
.configure_series_labels()
|
||||
.margin(30)
|
||||
.margin(40)
|
||||
.label_font(("sans-serif", 30))
|
||||
.position(SeriesLabelPosition::LowerRight)
|
||||
.background_style(WHITE.mix(0.8))
|
||||
|
||||
Reference in New Issue
Block a user