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

Chart > Legend 관련 옵션 변경 시 DOM 을 못찾는 Error log 발생 #1245

Closed
jhee564 opened this issue Jul 21, 2022 · 1 comment
Closed
Labels

Comments

@jhee564
Copy link
Collaborator

jhee564 commented Jul 21, 2022

재현스텝

  1. chart Option > legend > use: true <-> false 스왑
  2. 동작 확인
  3. v-if 등을 이용하여 ev-chart 컴포넌트 화면에서 제거
  4. 제거 했던 ev-chart 다시 생성
  5. 1번과 같은 액션 수행
  6. 동작 확인

기대 결과

2/ 에러 없이 정상 수행
6/ 에러 없이 정상 수행

실제 결과

2/ 에러 없이 정상 수행 (PASS)
6/ this.legendDOM 을 못찾는 에러로그 발생 (FAIL)

jhee564 added a commit that referenced this issue Jul 21, 2022
#################################
1. watch 문이 mounted hook 안에 들어있어 mounted 될 때 마다 동일한 객체를 바라보는 watch가 중복으로 생성되여 발생한 문제 픽스
jhee564 added a commit that referenced this issue Jul 22, 2022
#################################
1. selectLabel, selectSeries, selectItem 정보등의 변경으로 차트 init 로직 전에 render 함수가 먼저 호출되는 현상 발생하여 조건문 추가
kdeun1 pushed a commit that referenced this issue Jul 26, 2022
Copy link

github-actions bot commented Mar 2, 2024

오래된 이슈는 닫고 있어요. 필요하다면 다시 열어주세요. 😄

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant