Skip to content
Snippets Groups Projects
Commit efdfc5bd authored by Christoph Alt's avatar Christoph Alt
Browse files

incresed point Size

parent be6867c2
Branches
No related merge requests found
Pipeline #43364 passed with stages
in 42 seconds
......@@ -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),
......
......@@ -63,6 +63,7 @@ dashboard = Dashboard(
],
repeat=Repeat('h', host_var.name),
unit='MLUPS per process',
pointSize=9,
),
],
repeat=Repeat('v', collisionsetup_var.name),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment