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

[#1224] Chart > bar Chart size 가 0 이 되는 문제 #1224

Merged
merged 1 commit into from
Jun 28, 2022

Conversation

baejihoon
Copy link
Collaborator

@baejihoon baejihoon commented Jun 24, 2022

이슈 내용

  • bar 의 갯수가 많아지는 경우 크기가 0 이 되어 차트가 그려지지 않음

처리 내용

  • 크기 계산 방식을 반올림에서 올림으로 변경하여 최소 1을 보장

Before

image

After

image

##########
 - bar 의 갯수가 많아지는 경우 0 이 되는 문제가 있어 크기 계산 방식을 반올림에서 올림으로 변경
@kdeun1 kdeun1 merged commit f395986 into 3.0 Jun 28, 2022
@kdeun1 kdeun1 deleted the 1224_bar_chart_size branch June 28, 2022 04:36
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