Skip to content

LineChart 공통 Component로 변경#649

Merged
HyeonjinBack merged 2 commits intodevfrom
refactor/lineChartComponent-HJB
Oct 24, 2025
Merged

LineChart 공통 Component로 변경#649
HyeonjinBack merged 2 commits intodevfrom
refactor/lineChartComponent-HJB

Conversation

@HyeonjinBack
Copy link
Collaborator

#️⃣ 연관된 이슈

ex) <#1377914257735421952>, <#1377914203255607316>

📝 작업 내용

  • 기존의 widget에서만 사용하던 SparkLineView를 LineChartView 컴포넌트로 변경했습니다 (features/base/LineChartView)

Parameters

let values: [Double] // 가격 정보 배열
var lineColor: Color // 차트 선 색상
var showLastDot: Bool // 가격 마지막 점으로 표시
var lineWidth: CGFloat // 선 두께

@HyeonjinBack HyeonjinBack merged commit 2dda826 into dev Oct 24, 2025
1 check passed
@HyeonjinBack HyeonjinBack deleted the refactor/lineChartComponent-HJB branch October 24, 2025 12:20
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