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

[#963] [3.0] Chart > 높이 혹은 너비계산시 NaN이 리턴되는 현상 #969

Merged
merged 2 commits into from
Dec 8, 2021

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented Dec 8, 2021

작업내용

  1. data의 값이 단순 숫자가 아닌 color 프로퍼티를 포함한 {value: undefined, color: '#FFFFFF'} 일 경우를 대비해 value 프로퍼티를 검사하는 로직을 data.value ?? ...에서 hasOwnProperty로 변경
  2. EVUI 버전 업데이트 (47 -> 48)

#####################
1. data의 값이 단순 숫자가 아닌 color 프로퍼티를 포함한 {value: undefined, color: '#FFFFFF'} 일 경우를 대비해 value 프로퍼티를 검사하는 로직을 hasOwnProperty로 변경
@kdeun1 kdeun1 merged commit 81df18a into 3.0 Dec 8, 2021
@kdeun1 kdeun1 deleted the 963_3.0_chart_falsy_value_issue branch December 8, 2021 01:03
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