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

[#1111] scatter chart > selectItem 옵션 추가 및 tooltip 개선 #1113

Merged
merged 3 commits into from
Mar 31, 2022

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented Mar 30, 2022

작업내용

1. selectItem 옵션 추가

2. selectItem > useSeriesOpacity 옵션 추가

  • 선택된 항목 외에 다른 항목들을 불투명하게 처리하는 옵션
  • bar, line 차트에는 다음 이슈로 추가할 예정

3. 관련 설명 및 예제 코드 추가
scatter_select_item3

4. Indicator, tip 을 그리는 로직 중 위치 계산하는 로직에 series 별 옵션(ex. pointSize) 참고하도록 수정

5. Scatter 전용 tooltip draw 로직 생성

  • 기존대비 header영역이 없고 value영역애 x, y 로 표시됨
  • image
  • formatter는 기존과 동일하게 사용가능
    • ex). (x, y, value) => x: ${x} / y: ${y};

6. ScatterChart / Default.vue 불필요한 코드 정리

###################################
1. selectItem 옵션 적용되도록 기능 추가
2. selectItem > useSeriesOpacity 기능 추가
   > line, bar 차트에는 추후 적용 예정
3. 관련 문서 작성
4. 관련 예제 코드 작성
5. scatter chart 전용 tooltip 모양 개선
6. Indicator 및 tip의 위치 계산에 pointSize 고려
###################################
1. selectItem 옵션 적용되도록 기능 추가
2. selectItem > useSeriesOpacity 기능 추가
   > line, bar 차트에는 추후 적용 예정
3. 관련 문서 작성
4. 관련 예제 코드 작성
5. scatter chart 전용 tooltip 모양 개선
6. Indicator 및 tip의 위치 계산에 pointSize 고려
@kdeun1 kdeun1 merged commit 6cf8941 into 3.0 Mar 31, 2022
@kdeun1 kdeun1 deleted the 1111_scatter_chart_add_select_item branch March 31, 2022 01:06
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