Intro ์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ Chart.js์์ line ์ฐจํธ border line ๊ตต๊ฒ ์ง์ ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค. How to do const options: ChartOptions = { // other options elements: { line: { borderWidth: 2, }, }, // other options }; borderWidth ์ซ์๋ฅผ ํฌ๊ฒ ์ง์ ํ ์๋ก border line ๊ตต๊ธฐ๊ฐ ๊ตต์ด์ง๋๋ค :)