From 53deeab459e053556eefa1bfbed67153908a1703 Mon Sep 17 00:00:00 2001 From: LAKHAN BAHETI Date: Thu, 9 Nov 2023 14:07:51 +0530 Subject: [PATCH] fix: cystom analytics bar graph index alignment --- 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 5fc21a3ecdc..0908609c9a1 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" : ""}`}