Skip to content

Commit

Permalink
[863] Set Total Slow Time minimum to zero (#874)
Browse files Browse the repository at this point in the history
* Update TotalSlowTime.tsx

* Update TotalSlowTime.tsx

* Update TotalSlowTime.tsx
  • Loading branch information
austinhouck authored Oct 4, 2023
1 parent 5b0ca74 commit 8bcf303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/slowzones/charts/TotalSlowTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const TotalSlowTime: React.FC<TotalSlowTimeProps> = ({
scales: {
y: {
display: true,
min: 0,
ticks: {
color: COLORS.design.subtitleGrey,
},
Expand Down

0 comments on commit 8bcf303

Please sign in to comment.