Notice
Recent Posts
- Today
- Total
빵 입니다.
Chart.js 축 font-size 조절 본문
const options = reactive({
plugins: {
},
scales: {
x: {
ticks: {
font: {
size: 16
}
}
},
y: {
ticks: {
font: {
size: 16
}
}
}
}
})
'프론트엔드 > Vue' 카테고리의 다른 글
Chart.js 툴팁 레이블 색상 변경, 레전드 레이블 색상 변경 (0) | 2024.07.31 |
---|---|
화면별 권한 설정 (0) | 2024.03.04 |
[Vue warn]: inject() can only be used inside setup() or functional components. (0) | 2024.02.26 |
Vue3와 Vuetify3 (0) | 2024.01.29 |
vue-router 변경 감지 (동적 라우팅의 문제점) (0) | 2022.12.12 |
Comments