We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cae7d commit fa9a44fCopy full SHA for fa9a44f
1 file changed
metrics/interfaces/charts/common/chart_output.py
@@ -45,7 +45,7 @@ def _apply_watermark(self) -> None:
45
46
width = self.figure.layout.width or 800
47
48
- max_font_size = int((width * 0.9) / (len(watermark_text) * 0.5))
+ max_font_size = int((width * 0.85) / (len(watermark_text) * 0.65))
49
50
WATERMARK_FONT_SIZE = max(12, min(max_font_size, 100))
51
0 commit comments