diff --git a/dashboards/dashboard_base.py b/dashboards/dashboard_base.py
index 4b2ae821938d405e16ccec745b0cf984e6ca7b1c..1b8542ed84cd52c46be6310ab646c9d4e42b9fc3 100644
--- a/dashboards/dashboard_base.py
+++ b/dashboards/dashboard_base.py
@@ -59,6 +59,7 @@ def build_row_repeat_dashboard(options: DashboardOptions,
                         ],
                         repeat=Repeat('h', panel_repeat_var.name),
                         unit=unit,
+                        pointSize=9,
                     ),
                 ],
                 repeat=Repeat('v', row_repeat_var.name),
diff --git a/tests/test_dashboard_creation.py b/tests/test_dashboard_creation.py
index 6ca1d8c5506adba1a3e048cf51322f7368a26b6f..93458cd4c1efdba0ee6b5c6f67df098a07e3e432 100644
--- a/tests/test_dashboard_creation.py
+++ b/tests/test_dashboard_creation.py
@@ -63,6 +63,7 @@ dashboard = Dashboard(
                     ],
                     repeat=Repeat('h', host_var.name),
                     unit='MLUPS per process',
+                    pointSize=9,
                 ),
             ],
             repeat=Repeat('v', collisionsetup_var.name),