From 96862e06ef83eb16cef83c6d059e81f65f9985a3 Mon Sep 17 00:00:00 2001 From: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:36:22 +0530 Subject: [PATCH] fix: cystom analytics bar graph index alignment (#2737) --- web/components/analytics/custom-analytics/graph/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/analytics/custom-analytics/graph/index.tsx b/web/components/analytics/custom-analytics/graph/index.tsx index 5fc21a3ec..0908609c9 100644 --- a/web/components/analytics/custom-analytics/graph/index.tsx +++ b/web/components/analytics/custom-analytics/graph/index.tsx @@ -112,7 +112,7 @@ export const AnalyticsGraph: React.FC = ({ analytics, barGraphData, param 7 ? "end" : "middle"}`} fontSize={10} fill="rgb(var(--color-text-200))" className={`${barGraphData.data.length > 7 ? "-rotate-45" : ""}`}