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

[#1323]Line Chart > Zoom 메모리 초기화 #1324

Merged
merged 5 commits into from
Nov 18, 2022
Merged

Conversation

Mun94
Copy link
Collaborator

@Mun94 Mun94 commented Nov 16, 2022

################################
[수정내역]

  • 차트에 사용하는 chartData가 업데이트 시 기존에 메모리와, 브러시 선택 영역이 자동으로 초기화 되던 부분을 useResetZoomMemory(default true) 옵션으로 상황에 따라 차트 데이터가 업데이트 되더라도 줌 메모리와 브러시 선택 영역은 초기화가 되지 않도록 수정.

################################
[수정내역]
 - 차트에 사용하는 chartData가 업데이트 시 기존에 메모리와, 브러시 선택 영역이 자동으로 초기화 되던 부분을
   useResetZoomMemory(default true) 옵션으로 상황에 따라 차트 데이터가 업데이트 되더라도 줌 메모리와 브러시 선택 영역은 초기화가 되지 않도록 수정.
################################
- seriesList if 조건문 수정
jhee564 added a commit that referenced this pull request Nov 17, 2022
…arn 발생

#####################################
- null은 차트 데이터에서 유의미한 데이터이기 때문에 warning 메시지가 발생할 필요 없어 조건문 삭제함
- Util함수에 JS Docs 추가
- warning 메시지 오탈자 수정
################################
 - useResetZoomMemory false 옵션에서 브러시 영역이 보이도록 수정
kdeun1 pushed a commit that referenced this pull request Nov 18, 2022
@kdeun1 kdeun1 merged commit 18c08d7 into 3.0 Nov 18, 2022
@kdeun1 kdeun1 deleted the 1323_zoom_memory_reset branch November 18, 2022 01:12
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