Skip to content

Commit cd9b5ea

Browse files
committed
Removed legend
1 parent 9b8332e commit cd9b5ea

File tree

1 file changed

+0
-8
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -479,14 +479,6 @@ function ActivityChart({
479479
dataKey="__timestamp"
480480
series={versions}
481481
fillContainer
482-
showLegend={versions.length > 1}
483-
legendScrollable
484-
legendClassName="w-48 shrink-0 pt-0 max-h-full"
485-
className={
486-
versions.length > 1
487-
? "!flex-row gap-x-3 [&>div:first-child]:min-w-0"
488-
: undefined
489-
}
490482
>
491483
<Chart.Bar
492484
stackId="versions"

0 commit comments

Comments
 (0)