[D&D] Adds Bar line and Area charts to Wizard#2266
Merged
ashwin-pc merged 10 commits intoopensearch-project:mainfrom Sep 8, 2022
Merged
[D&D] Adds Bar line and Area charts to Wizard#2266ashwin-pc merged 10 commits intoopensearch-project:mainfrom
ashwin-pc merged 10 commits intoopensearch-project:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2266 +/- ##
==========================================
- Coverage 66.77% 66.55% -0.22%
==========================================
Files 3133 3169 +36
Lines 60086 60315 +229
Branches 9154 9180 +26
==========================================
+ Hits 40121 40145 +24
- Misses 17775 17981 +206
+ Partials 2190 2189 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
9e60bd8 to
3769a3a
Compare
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
joshuarrrr
previously approved these changes
Sep 7, 2022
Member
joshuarrrr
left a comment
There was a problem hiding this comment.
Nice job on getting all the basics working! Some questions and callouts for future work, but I think this will give people a lot more freedom to play with the tool!
Now that we have all the functionality working, we'll want to also set aside some more time to get a lot of the defaults set, which will minimize user steps for common tasks.
Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
1fddafc to
e8b4899
Compare
Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
joshuarrrr
approved these changes
Sep 7, 2022
AMoo-Miki
reviewed
Sep 7, 2022
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ | ||
|
|
||
| import { cloneDeep } from 'lodash'; |
AMoo-Miki
approved these changes
Sep 7, 2022
bandinib-amzn
approved these changes
Sep 7, 2022
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Sep 8, 2022
* Working histogram Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds histogram options Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds line chart Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds area chart Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * updates nav sizes Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * adds resizeable container to right nav Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Misc fixes Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds chart switcher test Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Github comment feedback Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Updates copy Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> (cherry picked from commit 77af7f9)
sipopo
pushed a commit
to sipopo/OpenSearch-Dashboards
that referenced
this pull request
Sep 14, 2022
* Working histogram Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds histogram options Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds line chart Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds area chart Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * updates nav sizes Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * adds resizeable container to right nav Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Misc fixes Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds chart switcher test Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Github comment feedback Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Updates copy Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
seraphjiang
pushed a commit
to seraphjiang/OpenSearch-Dashboards
that referenced
this pull request
Oct 17, 2022
… (opensearch-project#2291) Description * Adds Bar line and Area charts to Wizard * Adds resizable right nav to Wizard * E2E tests for bar chart and chart switching Issues Resolved: opensearch-project#1616 opensearch-project#1617 opensearch-project#1618 Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com>
sipopo
pushed a commit
to sipopo/OpenSearch-Dashboards
that referenced
this pull request
Dec 16, 2022
* Working histogram Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds histogram options Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds line chart Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds area chart Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * updates nav sizes Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * adds resizeable container to right nav Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Misc fixes Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Adds chart switcher test Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Github comment feedback Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> * Updates copy Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Signed-off-by: Ashwin Pc <ashwinpc@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
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.
Description
Issues Resolved
Check List
yarn test:jestyarn test:jest_integrationyarn test:ftr