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

[#1168] Stack Bar Chart > showValue옵션 로직 개선 #1169

Merged
merged 2 commits into from
May 18, 2022

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented May 18, 2022

이슈 내용

  1. Null이 Text로 표시됨
    • image
  2. align: end / start / center 이고 막대가 텍스트 너비 보다 좁을 경우 서로 겹쳐보이는 현상 발생
    • image

작업 내용

image

  1. Null 이 Text로 표시되지 않도록 로직 수정
  2. 막대 영역이 좁을 경우 text를 표시하지 않도록 조건 추가
  3. 관련 문서 오타 수정 및 예외 조건 안내문 추가
  4. Stack 예제 showValue 옵션 추가
  5. EVUI Version Update (3.3.20 -> 3.3.21)

###################################
1. Null 이 Text로 표시되지 않도록 로직 수정
2. 막대 영역이 좁을 경우 text를 표시하지 않도록 조건 추가
3. 관련 문서 오타 수정 및 예외 조건 안내문 추가
4. Stack 예제 showValue 옵션 추가
@kdeun1 kdeun1 merged commit cc93a1d into 3.0 May 18, 2022
@kdeun1 kdeun1 deleted the 1168_chart_stack_bar_show_value_issue branch May 18, 2022 05:26
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