diff --git a/client/src/components/HoldingList/StockItem.tsx b/client/src/components/HoldingList/StockItem.tsx index 84c05b0c..9f476d29 100644 --- a/client/src/components/HoldingList/StockItem.tsx +++ b/client/src/components/HoldingList/StockItem.tsx @@ -191,7 +191,7 @@ const DetailSection02 = styled.div` /* align-items: center; */ justify-content: center; gap: 2px; - /* padding-left: 1px; */ + padding-left: 3px; /* padding-right: 10px; */ `; diff --git a/client/src/hooks/useGetStockChart.ts b/client/src/hooks/useGetStockChart.ts index 52bb790e..acff38fc 100644 --- a/client/src/hooks/useGetStockChart.ts +++ b/client/src/hooks/useGetStockChart.ts @@ -95,7 +95,7 @@ const useGetStockChart = (companyId: number) => { const movingAvgLine = calculateMovingAvgLine(averageLineMinute, organizedChartData); const options = { - animation: false, + animation: true, legend: { top: 10, left: "left",