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" : ""}`}