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

[#959] [3.0] Chart > Chart Data 변경 Watch 정상 동작 하지 않음 #960

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented Dec 2, 2021

이슈 내용 요약

환경

  1. ChartData 옵션의 Group 부분을 [['series1', 'series2']][[]] 사이를 왔다갔다 할 수 있게 toggle처리

기대 결과

  1. Group 옵션을 on/off 할 수 있음

실제 결과

  1. Off -> On으로는 가지만 On -> Off로 가진 않음

처리내용

  1. Chart Data를 Watch하는 과정에서 Chart Data중 Series만 변경되었는지 체크하는데, group 및 data도 체크해야 제대로 차트를 다시 그릴 수 있어 로직 변경

#####################
1. Chart Data Watch하는 과정에서 Chart Data중 Series만 체크하는데 Group 및 data도 체크해야 제대로 차트를 다시그릴 수 있어 로직 변경
@kdeun1 kdeun1 merged commit f726427 into 3.0 Dec 6, 2021
@kdeun1 kdeun1 deleted the 959_3.0_chart_data_watch_bug branch December 6, 2021 06:19
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