fix: 경영성과 차트가 빈 화면이 되던 문제(숨겨진 탭에 Chart 생성)

- 매출/수주/예상 탭이 보일 때만 해당 차트 렌더
- 탭 전환 시 renderDivisionView로 재그리기
- GET /api/mgmt-perf/status로 스냅샷 메타 확인

Made-with: Cursor
This commit is contained in:
2026-04-13 13:27:42 +09:00
parent 62cabd5622
commit aaef60c438
4 changed files with 79 additions and 30 deletions

View File

@@ -419,3 +419,8 @@
border-radius: 10px;
overflow-x: auto;
}
.mgmt-perf-embed .chart-wrapper {
min-height: 280px;
position: relative;
}