From 45084c8efa9bd818c7519d71ac6a61711cca56a8 Mon Sep 17 00:00:00 2001 From: Wilhelm Wiens Date: Sat, 11 Oct 2025 19:37:16 +0200 Subject: [PATCH] Increase bar graf diagram hight to see all labels --- result/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/result/template.php b/result/template.php index b78e965..095baff 100644 --- a/result/template.php +++ b/result/template.php @@ -206,7 +206,7 @@ function drawBarChart(type, timeData) { title: type, chartArea: {'width': '70%', 'height': '70%'}, width: 800, - height: 300, + height: 400, legend: { position: "none" }, hAxis: { title: "Time (ns)" } };