ERP-node/frontend/lib/registry/pop-components
SeongHyun Kim 7a71fc6ca7 fix(pop-dashboard): 차트 X/Y축 자동 적용 및 데이터 처리 안정화
설정 패널 간소화:
- 차트 X축/Y축 수동 입력 필드 제거 (자동 적용 안내 문구로 대체)
- groupBy 선택 시 X축 자동, 집계 결과를 Y축(value)으로 자동 매핑

차트 렌더링 개선 (ChartItem):
- PieChart에 카테고리명+값+비율 라벨 표시
- Legend 컴포넌트 추가 (containerWidth 300px 이상 시)
- Tooltip formatter로 이름/값 쌍 표시

데이터 fetcher 안정화 (dataFetcher):
- apiClient(axios) 우선 호출, dashboardApi(fetch) 폴백 패턴 적용
- PostgreSQL bigint/numeric 문자열 -> 숫자 자동 변환 처리
- Recharts가 숫자 타입을 요구하는 문제 해결

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 16:55:34 +09:00
..
pop-dashboard fix(pop-dashboard): 차트 X/Y축 자동 적용 및 데이터 처리 안정화 2026-02-10 16:55:34 +09:00
index.ts feat(pop-dashboard): Phase 0 공통 타입 + Phase 1 대시보드 컴포넌트 구현 2026-02-10 11:04:18 +09:00
pop-text.tsx feat(pop-dashboard): Phase 0 공통 타입 + Phase 1 대시보드 컴포넌트 구현 2026-02-10 11:04:18 +09:00
types.ts feat(pop-dashboard): 페이지 기반 구조 전환 및 설정 패널 고도화 2026-02-10 14:22:30 +09:00