chore: bump vue-data-ui from 3.20.10 to 3.20.11#2812
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughThis pull request upgrades the ChangesChart Downsampling and Timeline Marker Adjustments
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
e18e dependency analysisNo dependency warnings found. |
|
Actionable comments posted: 0 |
This updates vue-data-ui to the latest version, which fixes an issue with the chart zoom minimap handles, that would jump when the dataset is very large (for example when pulling hundreds of versions on the timeline), due to a lack of precision caused by excessive internal rounding.
Other improvements:
1. Timeline chart
I slightly offset the positive & negative icons in the timeline chart, which were not exactly centered on x.
2. TrendsChart & TimelineChart
I upped the threshold above which the charts trigger lttb downsampling (from the default 1095 to 5000), for the rare cases where users will explore daily downloads history with a very wide range of dates, and in case a user is patient enough to load more than a thousand versions in the timeline chart. Downsampling does not affect the shape of the chart, but would alter the values at a given index.