Skip to content

Commit fa9a44f

Browse files
author
Kathryn Dale
committed
tweak font size
1 parent 77cae7d commit fa9a44f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metrics/interfaces/charts/common/chart_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _apply_watermark(self) -> None:
4545

4646
width = self.figure.layout.width or 800
4747

48-
max_font_size = int((width * 0.9) / (len(watermark_text) * 0.5))
48+
max_font_size = int((width * 0.85) / (len(watermark_text) * 0.65))
4949

5050
WATERMARK_FONT_SIZE = max(12, min(max_font_size, 100))
5151

0 commit comments

Comments
 (0)