feat: implement measure field management UI with 11 aggregate functions#354
Merged
youngwinds merged 107 commits intoVisActor:feat/vbifrom Mar 2, 2026
Merged
feat: implement measure field management UI with 11 aggregate functions#354youngwinds merged 107 commits intoVisActor:feat/vbifrom
youngwinds merged 107 commits intoVisActor:feat/vbifrom
Conversation
chore: update versions
Feat/hierarchy chart types
Feat/hierarchy chart types
Updated descriptions for vseed and vquery in the README.
Feat/hierarchy chart types
fix: renderer err
Feat/reac line
feat: optimize the CI performance
Feat/selecotr code: Update hint and remove useless code
feat: support dynamic filter in base label
- Add modifyMeasure(alias, updates) as the foundation for measure operations - This method allows partial updates to measure properties (alias, aggregate, encoding) - Subsequent operations (rename, modifyAggregate, modifyEncoding) will be built on top of this - Uses alias as the unique identifier for lookups
- Add renameMeasure, modifyAggregate, modifyEncoding methods - All based on modifyMeasure base method - Use alias as unique identifier
…meMeasure, modifyAggregate, modifyEncoding)
…riction and dimension-to-measure conversion
youngwinds
approved these changes
Mar 2, 2026
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.
Implement measure field management UI with complete CRUD operations and aggregate function controls.
Changes
Follow-up
Encoding features will be addressed in the next PR.