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

[#1154] Chart > Tooltip > Title 관련 Formatter 옵션 추가 #1155

Merged
merged 1 commit into from
May 2, 2022

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented May 2, 2022

개요

  • 기존 Tooltip의 formatter는 value 영역 한정으로 제공되고 있었으나 title 영역에 대한 formatter 지원도 필요하여 기능 추가함

사용 예시

  • image
  • 자세한 사항은 차트 타입별 docs 확인

작업내용

  1. formatter 옵션 수정
    • 기존 formatter property에 function으로 바로 넣어서 사용하던 코드도 유지될 수 있도록 function / object type 둘다 지원하며 function타입으로 넘길 경우 valueFormatter로 동작하도록 함
  2. bar, line, pie, scatter, heatmap 적용

###################################
1. formatter 옵션 수정
2. bar, line, pie, scatter, heatmap 적용
@kdeun1 kdeun1 merged commit c4a4d9f into 3.0 May 2, 2022
@kdeun1 kdeun1 deleted the 1154_chart_tooltip_label_formatter branch May 2, 2022 08:18
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.

2 participants