Skip to content

Commit

Permalink
fix: Set max success rate to 100 instead of "auto"
Browse files Browse the repository at this point in the history
  • Loading branch information
RabeeAbuBaker committed Oct 12, 2023
1 parent 2e4e444 commit 475213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/account.$accountId._index/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const AccountInsightsView = ({ data }: AccountInsightsViewProps) => {
>
<Card.Section p="md">
<OverviewSparkline
customYAxisDomain={["dataMin - 10", "auto"]}
customYAxisDomain={["dataMin - 10", 100]}
isLoading={isLoading}
label="%"
sparklineData={aggregatedSuccessData}
Expand Down

0 comments on commit 475213e

Please sign in to comment.