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

[#1575] Chart > Scatter Chart > Real Time Scatter 시리즈 그리는 순서 변경 필요 #1576

Merged
merged 4 commits into from
Jan 15, 2024

Conversation

sonky740
Copy link
Collaborator

이슈

scatter_bug

  • scatter <=> realTimeScatter 전환 시 내부 로직의 차이로 인한 표현의 차이가 있음.
    • 기본 scatter는 중복 처리가 안되어 있음. => 이미 그려진 좌표도 덮어서 또 그리는 방식.
    • realTimeScatter는 극한의 성능 때문에 이미 그려진 좌표를 그려지지 않게 처리하였음.
    • 그 결과 기본 scatter는 마지막 시리즈가 표현되는 반면, realTimeScatter는 첫번째 시리즈가 표현됨.

해결

scatter_fix

  • realTimeScatter일 경우 series를 reverse

######

- evChart.dataSet을 못 찾는 경우 에러 발생.
@sonky740 sonky740 merged commit b530cf6 into 3.0 Jan 15, 2024
@jinbekim jinbekim deleted the 1575_realtimescatter_duple_fix 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.

2 participants