Skip to content

refactor(view) : 스토리라인 차트 디자인 변경#943

Merged
oortmealy merged 5 commits into
newvizfrom
refactor/941
Oct 8, 2025
Merged

refactor(view) : 스토리라인 차트 디자인 변경#943
oortmealy merged 5 commits into
newvizfrom
refactor/941

Conversation

@oortmealy

@oortmealy oortmealy commented Oct 8, 2025

Copy link
Copy Markdown
Member

Related issue

#941

Result

스토리 라인 차트 디자인 수정했습니다!

Work list

  • 차트 컬러 변경
  • 노드 테두리 제거
  • 폴더/파일별 가로 레인 삭제
  • y축 폴더/파일명 구분(폴더- 호버시 텍스트 컬러변경, 파일- 호버시 변경X 또는 파일명 전부 보여줌)

Screen Shot

2025-10-08.1.28.41.mov
스크린샷 2025-10-08 오후 1 27 15 스크린샷 2025-10-08 오후 1 27 31

Discussion

@oortmealy oortmealy self-assigned this Oct 8, 2025
@oortmealy
oortmealy requested a review from a team as a code owner October 8, 2025 04:35
@oortmealy
oortmealy requested a review from a team as a code owner October 8, 2025 04:35
@oortmealy oortmealy changed the title Refactor/941 refactor(view) : 스토리라인 차트 디자인 변경 Oct 8, 2025

@ytaek ytaek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

점점 체계를 잡아가고 있는 것 같습니다!! 이뻐지고 있네요!!
LPrettyTM!!!

Comment on lines +104 to +106
.style("font-size", "12px")
.style("fill", "#b4bac6")
.style("font-weight", "500")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드가 넘 복잡해지는 것 같다면, 이런것들도 전부 class 로 빼도 괜찮겠습니다.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵! 다음 pr에서 수정해보겠습니다 :)

.style("font-size", "12px")
.style("fill", "#b4bac6")
.style("font-weight", "500")
.style("cursor", (folderPath: string) => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data 의 typing은 위에서 d3.selection할 때 먹일 수도 있습니다!
(쓸데없는 generic까지 많아서 좀 귀찮긴 하지만)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 137에서 이미 그렇게 쓰고 계시네요 :)

@hyemimi hyemimi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM입니다 !! 수고 많으셨어요! 예쁘게 만들어주셔서 감사합니다 ☺️

padding: 1rem;
margin-bottom: 2rem;
background: #ffffff;
background: $color-background;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Githru 스타일 통일 너무 좋습니닷ㅎㅎㅎ

Comment on lines 3 to +15
.folder-activity-flow {
// Chart color palette for contributors
--chart-color-1: #e06091; // githru-pri
--chart-color-2: #8840bb; // githru-sec
--chart-color-3: #ffd08a; // githru-ter
--chart-color-4: #07bebe; // githru-suc
--chart-color-5: #456cf7; // hacker-pri
--chart-color-6: #0687a3; // aqua-sec
--chart-color-7: #ffcccb; // cotton-pri
--chart-color-8: #feffd1; // cotton-sec
--chart-color-9: #3a4776; // mono-sec
--chart-color-10: #aa4b72; // mono-fai

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

색 조합 너무 예쁜 것 같습니다✨

@oortmealy
oortmealy merged commit 3071cf3 into newviz Oct 8, 2025
@oortmealy
oortmealy deleted the refactor/941 branch October 8, 2025 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants