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

[#1567] Chart > Scatter Chart > Real Time Scatter > 내부 데이터를 초기화하는 메소드 필요, range를 변경할 수 있게 수정 필요 #1568

Merged
merged 4 commits into from
Dec 28, 2023

Conversation

sonky740
Copy link
Collaborator

이슈

scatter_bug

  1. realTimeScatter의 내부 로직 데이터를 덮어쓸 방법이 없어서 위와 같은 문제가 발생.
    series의 데이터가 존재하다가 사라질 경우 반영되지 않음.
  2. realTimeScatter > range값을 변경하여도 아무런 반응이 없음.

작업 내용

scatter_fix

  1. realTimeScatter의 데이터를 초기화 할 수 있는 v-model:realTimeScatterReset 추가.
    boolean으로 전달하고, true를 전달하면 내부 데이터가 모두 초기화되고 자동으로 false로 바뀜.
  2. range가 반영되기 위해 model.store.js > createRealTimeScatterDataSet 함수의 조건문 일부 삭제

… 필요, range를 변경할 수 있게 수정 필요

######

- realTimeScatter의 데이터를 초기화 할 수 있는 v-model:realTimeScatterReset 추가.
  boolean값으로 전달하고, true를 전달하면 내부 데이터가 모두 초기화되고 자동으로 false로 바뀜.
- range가 반영되기 위해 model.store.js > createRealTimeScatterDataSet 함수의 조건문 일부 삭제
… 필요, range를 변경할 수 있게 수정 필요

######

- scatterChart.md 오타 수정
… 필요, range를 변경할 수 있게 수정 필요

######

- scatterChart.md > 오타 수정
… 필요, range를 변경할 수 있게 수정 필요

######

- scatterChart.md 오타 수정
@h2yeon h2yeon merged commit 1a7c150 into 3.0 Dec 28, 2023
@jinbekim jinbekim deleted the 1567_realtimescatter_reset branch March 4, 2024 06:21
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.

3 participants