Skip to content

Commit c23133d

Browse files
committed
clearer activity chart
1 parent 298829a commit c23133d

File tree

1 file changed

+7
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors._index

1 file changed

+7
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors._index/route.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,13 @@ function ErrorActivityGraph({ activity }: { activity: ErrorOccurrenceActivity })
672672
wrapperStyle={{ zIndex: 1000 }}
673673
animationDuration={0}
674674
/>
675-
<Bar dataKey="count" fill="#6366F1" strokeWidth={0} isAnimationActive={false} />
675+
<Bar
676+
dataKey="count"
677+
fill="#6366F1"
678+
strokeWidth={0}
679+
isAnimationActive={false}
680+
minPointSize={1}
681+
/>
676682
<ReferenceLine y={0} stroke="#2C3034" strokeWidth={1} />
677683
{maxCount > 0 && (
678684
<ReferenceLine y={maxCount} stroke="#4D525B" strokeDasharray="4 4" strokeWidth={1} />

0 commit comments

Comments
 (0)