From 326b2b988328bf4678bec91c1ff5133ff8de9f97 Mon Sep 17 00:00:00 2001 From: Chinh Tran Date: Thu, 23 Feb 2023 10:26:07 +0100 Subject: [PATCH] fix: y-axis title for counter charts (#1815) --- packages/artillery/lib/report/index.html.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/artillery/lib/report/index.html.ejs b/packages/artillery/lib/report/index.html.ejs index e4aa05c973..fb693484bc 100644 --- a/packages/artillery/lib/report/index.html.ejs +++ b/packages/artillery/lib/report/index.html.ejs @@ -627,7 +627,7 @@ beginAtZero: true, title: { display: true, - text: "ms", + text: "count", }, }, }, @@ -762,7 +762,7 @@ beginAtZero: true, title: { display: true, - text: "ms", + text: "count", }, ticks: { color: '#9b9b9b',