Skip to content

fix: 차트 재그리기와 툴팁 좌표 보정 - #22

Merged
yessjun merged 1 commit into
mainfrom
fix/chart-render-follow-ups
Aug 10, 2026
Merged

fix: 차트 재그리기와 툴팁 좌표 보정#22
yessjun merged 1 commit into
mainfrom
fix/chart-render-follow-ups

Conversation

@yessjun

@yessjun yessjun commented Aug 10, 2026

Copy link
Copy Markdown
Member

📝 작업내용

  • 차트 재그리기를 참조 비교 대신 값 비교로 바꿔 폴링 틱마다 축이 초기화되던 것을 수정
  • 툴팁 좌표를 플롯 영역 오프셋 기준으로 보정
  • 대시보드 노드 라이브 타일의 표시 조정

⭐️ 검증

  • 테스트 443개 통과, 타입 검사와 빌드, 프로덕션 의존성 감사

💬 리뷰 포인트

  • 값 비교의 비용 전제 (포인트 수십 개 규모)

Polling hands the chart a fresh array every render, so a reference
check repainted (and reset the axes) on every poll tick; compare
values instead. Also anchor the tooltip to the plot area's offset so
it no longer drifts by the y-axis width.
@yessjun
yessjun merged commit a357424 into main Aug 10, 2026
1 check passed
@yessjun
yessjun deleted the fix/chart-render-follow-ups branch August 10, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant