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

[#1337] Chart > HeatMap > label 선택 기능 추가 #1338

Merged
merged 4 commits into from
Jan 3, 2023

Conversation

h2yeon
Copy link
Collaborator

@h2yeon h2yeon commented Dec 28, 2022

이슈

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

작업 내용

  1. label 선택 기능 추가
  2. heatmp용 label tip 그리는 로직 추가
  3. selectLabel 관련 description 추가
  4. Time 예제 초기 data 함수로 생성하도록 변경
  5. 옵션이 업데이트 되는 경우 categoryCnt가 categoryColors length가 아닌 option에 설정된 categoryCnt로 적용되는 이슈 수정

image

HeatMap SelectLabel 스펙

  1. label 선택하는 경우 선택된 label에 해당되는 데이터만 반환
    기존 Chart

    • [{ series명: value}, {series명: value}]

    HeatMap Chart (series명 반환 x)

    • [{x: label, y: label, value: value}, {x: label, y: label, value: value}]
  2. fixedPosTop 옵션 사용x (항상 tip이 top에 위치)

####################
코드 리뷰 반영
####################
1. selectlabel 위치 변경
####################
1. SelectLabel 설명 수정
@kimyell kimyell merged commit 7d419ca into 3.0 Jan 3, 2023
@h2yeon h2yeon deleted the 1337_heatmap_select_label 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.

5 participants