Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1339] Chart > HeatMap > item 선택 시 하이라이트 #1340

Merged
merged 7 commits into from
Jan 12, 2023

Conversation

h2yeon
Copy link
Collaborator

@h2yeon h2yeon commented Jan 5, 2023

이슈

https://app.clickup.com/t/25540965/DEV-6715

작업 내용

  1. selectItem 옵션 추가
  2. 옵션명 변경
    • categoryCnt -> rangeCount
    • categoryColors -> colorsByRange
    • 변경이유
      범주(category): 일한 성질을 가진 부류나 범위.
      범위(range): 일정하게 한정된 영역.
      heatmap color 나누는 기준이 value를 나누는 개수에 맞게 min, max로 일정한 영역으로 나누기 때문에
      범주보다 범위가 적합하다고 생각하여 옵션명을 변경하게 되었습니다.
  3. stroke을 그리는 경우 x, y, w, h 계산식 수정
  4. highlight 효과 및 stroke 그리는 경우 계산식 수정

참고

SelectItem

image

item 선택 시 하이라이트
item 선택 시 하이라이트
#############################
1. 옵션명 변경
   - categoryCnt -> rangeCount
   - categoryColors -> colorsByRange
   * 변경이유
     범주: 일한 성질을 가진 부류나 범위.
     범위: 일정하게 한정된 영역.
 heatmap color 나누는 기준이 value를 개수에 맞게 min, max로 일정한 영역으로 나누기 때문에 범주
 보다 범위가 적합하다고 생각하여 옵션명을 변경하게 되었습니다.
2. selectItem 기능 추가
3. stroke을 그리는 경우 x, y, w, h 계산식 수정
4. highlight 효과 수정
item 선택 시 하이라이트
#############################
1. 사용하지 않는 css 삭제
2. 설명 수정
item 선택 시 하이라이트
#############################
1. 옵션 초기값 수정
@h2yeon h2yeon changed the title [#1339] Chart > HeatMap > item 선택 시 하이라이트 WIP: [#1339] Chart > HeatMap > item 선택 시 하이라이트 Jan 5, 2023
item 선택 시 하이라이트
#############################
1. selectItem > useDeselectItem 옵션 추가
@h2yeon h2yeon changed the title WIP: [#1339] Chart > HeatMap > item 선택 시 하이라이트 [#1339] Chart > HeatMap > item 선택 시 하이라이트 Jan 6, 2023
item 선택 시 하이라이트
#############################
1. selectItem > useDeselectItem 옵션 추가
item 선택 시 하이라이트
#############################
1. selectItem > useDeselectItem 관련 수정
@jhee564 jhee564 merged commit bbb0a98 into 3.0 Jan 12, 2023
@h2yeon h2yeon deleted the 1339_chart_heatmap_select_item branch March 2, 2023 03:01
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.

3 participants