-
Notifications
You must be signed in to change notification settings - Fork 885
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
[VisBuilder] Add Capability to generate dynamic vega #7288
Merged
Merged
Commits on Jul 19, 2024
-
[VisBuilder] Add Capability to generate dynamic vega
In this PR, we add the capability for Visbuilder to generate dynamic Vega and Vega-Lite specifications based on user settings and aggregation configurations. * developed functions buildVegaSpecViaVega and buildVegaSpecViaVegaLite that can create either Vega or Vega-Lite specifications depending on the complexity of the visualization. * added VegaSpec and VegaLiteSpec interfaces to provide better type checking * broken down the specification building into smaller, reusable components (like buildEncoding, buildMark, buildLegend, buildTooltip) to make the code more maintainable and easier to extend. * added flattenDataHandler to prepare and transform data for use in Vega visualizations Issue Resolve opensearch-project#7067 Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for fcecc88 - Browse repository at this point
Copy the full SHA fcecc88View commit details
Commits on Jul 22, 2024
-
* update file and functions names * fix type errors * fix area chart Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for c37996e - Browse repository at this point
Copy the full SHA c37996eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ac5cf - Browse repository at this point
Copy the full SHA f2ac5cfView commit details -
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for e695b45 - Browse repository at this point
Copy the full SHA e695b45View commit details -
remove buildVegaScales due to split it to smaller modules
Signed-off-by: Anan Zhuang <ananzh@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 745baf2 - Browse repository at this point
Copy the full SHA 745baf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9e15b - Browse repository at this point
Copy the full SHA ae9e15bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3162063 - Browse repository at this point
Copy the full SHA 3162063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677c3eb - Browse repository at this point
Copy the full SHA 677c3ebView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9249067 - Browse repository at this point
Copy the full SHA 9249067View commit details
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.