Skip to content

Commit

Permalink
fix: y-axis title for counter charts (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinh-tran committed Feb 23, 2023
1 parent bf3d24b commit 326b2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/artillery/lib/report/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@
beginAtZero: true,
title: {
display: true,
text: "ms",
text: "count",
},
},
},
Expand Down Expand Up @@ -762,7 +762,7 @@
beginAtZero: true,
title: {
display: true,
text: "ms",
text: "count",
},
ticks: {
color: '#9b9b9b',
Expand Down

0 comments on commit 326b2b9

Please sign in to comment.