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 038910c commit 42be6f1Copy full SHA for 42be6f1
1 file changed
codespeed/images.py
@@ -47,7 +47,7 @@ def gen_image_from_results(result_data, width, height):
47
font_sizes[idx] = 8
48
elif value < 1000:
49
font_sizes[idx] = 12
50
-
+
51
if result_data['relative']:
52
font_sizes[0] -= 2
53
0 commit comments