From 0dc126e94d06af07c2567bc4572d18f530c81b51 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 13 Mar 2023 17:01:34 -0700 Subject: [PATCH] Tell the chart not to clip the visibility of the contents. For #2806 --- web/components/admin/Chart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/admin/Chart.tsx b/web/components/admin/Chart.tsx index dbdea0d50..5708da749 100644 --- a/web/components/admin/Chart.tsx +++ b/web/components/admin/Chart.tsx @@ -94,6 +94,7 @@ export const Chart: FC = ({ const options = { responsive: true, + clip: false, scales: { y: {