diff --git a/wondrous-bot-admin/src/components/Analytics/GraphsComponent/LineBarChart/index.tsx b/wondrous-bot-admin/src/components/Analytics/GraphsComponent/LineBarChart/index.tsx index 6cc449d5ad..2be3e884af 100644 --- a/wondrous-bot-admin/src/components/Analytics/GraphsComponent/LineBarChart/index.tsx +++ b/wondrous-bot-admin/src/components/Analytics/GraphsComponent/LineBarChart/index.tsx @@ -34,7 +34,7 @@ function LineBarChart({ title, data = null, renderComponents = null }) { const options: ChartOptions<"line" | "bar"> = { responsive: true, maintainAspectRatio: true, - aspectRatio: isMobile ? 1 : 2, + aspectRatio: isMobile ? 1 : 3, plugins: { legend: { position: "top",