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

데이터 없을때 nodata 표시 #10

Closed
iamdenny opened this issue Apr 3, 2013 · 1 comment
Closed

데이터 없을때 nodata 표시 #10

iamdenny opened this issue Apr 3, 2013 · 1 comment
Assignees

Comments

@iamdenny
Copy link
Owner

iamdenny commented Apr 3, 2013

조회된 데이터가 없는 경우 차트 중앙에 nodata를 보여주세요.
차트에 보이는 점이 하나도 없게 되었을 때 문구를 보여주면 됩니다.

@ghost ghost assigned iamdenny Apr 3, 2013
@iamdenny
Copy link
Owner Author

기본적으로 no Data를 표시 하도록 하였습니다.
설정은
'sShowNoData' : 'No Data',
'htShowNoDataStyle' : {
'font-size' : '15px',
'color' : '#000',
'font-weight' : 'bold'
},
여기를 수정하시면 되고,

redrawBubbles(), addBubbleAndDraw(), addBubbleAndMoveAndDraw() 메소드 이용시 aBubbles.length > 0 일때, 자동으로 숨깁니다. _hideNodata() 메소드.

그리고 추가적으로 no data를 보이고 싶을 때는, showNoData() 메소드를 이용하면 됩니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant