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

incresed point Size

parent be6867c2
No related merge requests found
Pipeline #43364 passed with stages
in 42 seconds
...@@ -59,6 +59,7 @@ def build_row_repeat_dashboard(options: DashboardOptions, ...@@ -59,6 +59,7 @@ def build_row_repeat_dashboard(options: DashboardOptions,
], ],
repeat=Repeat('h', panel_repeat_var.name), repeat=Repeat('h', panel_repeat_var.name),
unit=unit, unit=unit,
pointSize=9,
), ),
], ],
repeat=Repeat('v', row_repeat_var.name), repeat=Repeat('v', row_repeat_var.name),
......
...@@ -63,6 +63,7 @@ dashboard = Dashboard( ...@@ -63,6 +63,7 @@ dashboard = Dashboard(
], ],
repeat=Repeat('h', host_var.name), repeat=Repeat('h', host_var.name),
unit='MLUPS per process', unit='MLUPS per process',
pointSize=9,
), ),
], ],
repeat=Repeat('v', collisionsetup_var.name), 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