Sencha chart 데이터 타입이 time인 x축 포멧 지정하기
2024. 11. 23. 23:23ㆍJavascript/Sencha
axes: [
{
type: 'numeric',
position: 'left',
title: 'Values',
grid: true,
},
{
type: 'time',
position: 'bottom',
title: 'Date',
fields: 'DNT_CRTN',
dateFormat: 'm월 d일', // Custom Korean format
grid: true,
},
],
'Javascript > Sencha' 카테고리의 다른 글
Sencha chart x축 글자 수직으로 표시하기 (0) | 2024.11.24 |
---|---|
Sencha chart series 동적 처리 (0) | 2024.11.23 |
Sencha chart Oracle Date type을 그대로 받아 쓰려면.. (0) | 2024.11.23 |
Sencha chart tbar를 사용하여 상단 오른쪽에 버튼 추가하기 (0) | 2024.11.23 |
Sencha chart의 x축의 값 변경하기 (0) | 2024.11.20 |