Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Dec 28, 2024
2 parents 6ff894c + afb3f6f commit fff60bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stats/SiteStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function SiteStats({ nav }) {
layout={{
title: "Timeout rate per week",
xaxis: { title: "Week #" },
yaxis: { title: "Timeout rate" },
yaxis: { title: "Timeout rate", fixedrange: true, range: [0, 1] },
height: 500,
}}
/>
Expand Down

0 comments on commit fff60bc

Please sign in to comment.