From a9b8d0804f2a7bd64fa1c0a9d2b6007d91c7db31 Mon Sep 17 00:00:00 2001 From: nichmor Date: Tue, 2 Jul 2024 18:21:07 +0300 Subject: [PATCH] feat: make plot start from zero (#155) --- src/repror/cli/templates/index.html.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/src/repror/cli/templates/index.html.jinja b/src/repror/cli/templates/index.html.jinja index c1b8859..a459853 100644 --- a/src/repror/cli/templates/index.html.jinja +++ b/src/repror/cli/templates/index.html.jinja @@ -231,6 +231,7 @@ }, y: { stacked: false, + beginAtZero: true, title: { display: true, text: 'Number of Success(es)',