fix(ui) - widget y axis label

This commit is contained in:
Shekar Siri 2022-06-30 18:40:18 +02:00
parent 60e8c47d40
commit 342fc1bc47

View file

@ -32,7 +32,7 @@ function SessionsAffectedByJSErrors(props: Props) {
/>
<YAxis
{...Styles.yaxis}
label={{ ...Styles.axisLabelLeft, value: "Number of Errors" }}
label={{ ...Styles.axisLabelLeft, value: "Number of Sessions" }}
allowDecimals={false}
/>
<Legend />