๋ฐ์ํ
Intro
์๋ ํ์ธ์. ์ด๋ฒ ์๊ฐ์๋ Chart.js์์ line ์ฐจํธ border line ๊ตต๊ฒ ์ง์ ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค.
How to do
const options: ChartOptions<'line'> = {
// other options
elements: {
line: {
borderWidth: 2,
},
},
// other options
};
borderWidth ์ซ์๋ฅผ ํฌ๊ฒ ์ง์ ํ ์๋ก border line ๊ตต๊ธฐ๊ฐ ๊ตต์ด์ง๋๋ค :)
๋ฐ์ํ
'Library' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Chart.js] Y์ถ ์ต๋๊ฐ ๋์ ์ผ๋ก ์ค์ ํ๋ ๋ฐฉ๋ฒ (0) | 2023.06.28 |
---|