feat: 添加活动热力图自定义日期范围选择功能#262
Open
wcgjob wants to merge 1 commit into
Open
Conversation
• 在活动热力图中支持通过点击和Shift+点击选择自定义日期范围 • 图表和总计组件现在会根据所选日期范围动态过滤和显示数据 主要技术变更包括在store中新增dateRange状态,扩展Activity组件支持范围选择交互,并修改Chart和Total组件的数据过滤逻辑以支持自定义日期范围。
Owner
Author
|
就是按照github的,按shift,然后鼠标就可以选择多天了,底下的趋势也合并统计 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

• 在活动热力图中支持通过点击和Shift+点击选择自定义日期范围
• 图表和总计组件现在会根据所选日期范围动态过滤和显示数据
• 按shift键+单击可以多选
主要技术变更包括在store中新增dateRange状态,扩展Activity组件支持范围选择交互,并修改Chart和Total组件的数据过滤逻辑以支持自定义日期范围。
效果如下:
