From 7c6db5235e57cf095ce0675e765f474412b551cd Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 1 Feb 2023 23:43:52 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=A0=88=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BarChart/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BarChart/index.tsx b/src/components/BarChart/index.tsx index dd9f91e..18fa623 100644 --- a/src/components/BarChart/index.tsx +++ b/src/components/BarChart/index.tsx @@ -143,8 +143,8 @@ export default function BarChart({ }, xaxis: { title: { - text: "Flower", - offsetY: 135, + text: "Flowers", + offsetY: 140, offsetX: -20, style: { fontSize: "12",