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

[3.0] Chart > Scatter Chart 데이터 구조 변경 #1011

Closed
jhee564 opened this issue Jan 7, 2022 · 0 comments
Closed

[3.0] Chart > Scatter Chart 데이터 구조 변경 #1011

jhee564 opened this issue Jan 7, 2022 · 0 comments

Comments

@jhee564
Copy link
Collaborator

jhee564 commented Jan 7, 2022

변경 이슈

1.현재 구조는 data(점)와 label(x축)이 1:1구조여야 하기 때문에, series1에는 값이 있어도 series2에는 값이 없으면 null을 채워 길이를 맞춰야 하는 상황 발생

변경 내용

image

jhee564 added a commit that referenced this issue Jan 10, 2022
######################################
- label, group 옵션 제거
- data를 이중 배열 형태로 받도록 로직 수정
- Tooltip 기능 추가
- 관련 문서 수정
- Sample Docs 코드 수정
jhee564 added a commit that referenced this issue Jan 10, 2022
######################################
- label, group 옵션 제거
- data를 이중 배열 형태로 받도록 로직 수정
- Tooltip 기능 추가
- 관련 문서 수정
- Sample Docs 코드 수정
jhee564 added a commit that referenced this issue Jan 11, 2022
######################################
- Chart Data > label, group 옵션 제거
- Chart Option > Indicator 옵션 제거
- Chart Option > Tooltip 기능 추가 및 기본값 false
- data를 { x: Number, y: Number, color: String} 형태로 받도록 구조 변경
- 관련 문서 수정
- Sample Docs 코드 수정
- EVUI 버전 업데이트 (3.1.56 -> 3.2.0)
jhee564 added a commit that referenced this issue Jan 11, 2022
######################################
- Chart Data > label, group 옵션 제거
- Chart Option > Indicator 옵션 제거
- Chart Option > Tooltip 기능 추가 및 기본값 false
- data를 { x: Number, y: Number, color: String} 형태로 받도록 구조 변경
- 관련 문서 수정
- Sample Docs 코드 수정
- EVUI 버전 업데이트 (3.1.56 -> 3.2.0)
kdeun1 pushed a commit that referenced this issue Jan 13, 2022
Co-authored-by: jinhee park <jinhee@ex-em.com>
@jhee564 jhee564 closed this as completed Jan 17, 2022
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

No branches or pull requests

1 participant