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

fix(slider): wrong position for labels #6378

Merged
merged 1 commit into from
Jul 22, 2024
Merged

fix(slider): wrong position for labels #6378

merged 1 commit into from
Jul 22, 2024

Conversation

pearmini
Copy link
Member

close: #6212

  • 出现问题的原因:多更新了一次,导致位置有点问题
  • 解决办法:移除不必要的更新
  • 截图更新:没有视觉变化,只是 id 的变化(和更新有关)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10038431004

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.001%) to 86.672%

Files with Coverage Reduction New Missed Lines %
src/interaction/sliderFilter.ts 1 94.41%
Totals Coverage Status
Change from base Build 10037727567: -0.001%
Covered Lines: 10526
Relevant Lines: 11768

💛 - Coveralls

@hustcc hustcc merged commit 633b291 into v5 Jul 22, 2024
2 checks passed
@hustcc hustcc deleted the fix-slider branch July 22, 2024 11:09
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.

开启缩略轴(slider)后,数据标签(label)不响应缩略轴变化
3 participants