Intro ์๋ ํ์ธ์. ์ ๋ recharts chart ์ฐจํธ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ฌ์ฉํ์ฌ ์ฐจํธ์ ๋์ด๋ฅผ ํ๋ฉด 100%์ ๋ง์ถฐ์ ๋ฟ๋ ค์ฃผ๊ณ ์ถ์๋๋ฐ์. width ๊ฐ์ 100%๋ก ์ค์ ํ์ ๋ค์์ ์๋ฌ๊ฐ ๋ฐ์ํ์ต๋๋ค. TS2322: Type 'string' is not assignable to type 'number'. import {NextPage} from "next"; import React from 'react'; import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend } from 'recharts'; const data = [ { name: 'Jan', uv: 4000, pv: 2400, amt: 2400, }, { name: 'Feb'..