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

Moved unit to axislabel to save some space

Thanks to Jonas P.
parent e183f604
Branches
No related tags found
No related merge requests found
Pipeline #47098 passed
...@@ -81,7 +81,7 @@ def build_row_repeat_dashboard( ...@@ -81,7 +81,7 @@ def build_row_repeat_dashboard(
dataSource=dataSource, dataSource=dataSource,
targets=[get_influx_target(str(panel_query))], targets=[get_influx_target(str(panel_query))],
repeat=Repeat('h', panel_repeat_var.name), repeat=Repeat('h', panel_repeat_var.name),
unit=unit, axisLabel=unit,
pointSize=9, pointSize=9,
), ),
], ],
......
...@@ -63,7 +63,7 @@ dashboard = Dashboard( ...@@ -63,7 +63,7 @@ dashboard = Dashboard(
get_influx_target(str(q1)) get_influx_target(str(q1))
], ],
repeat=Repeat('h', host_var.name), repeat=Repeat('h', host_var.name),
unit='MLUPS per process', axisLabel='MLUPS per process',
pointSize=9, pointSize=9,
), ),
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment