-
Notifications
You must be signed in to change notification settings - Fork 890
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
[D&D] Adds Bar line and Area charts to Wizard #2266
[D&D] Adds Bar line and Area charts to Wizard #2266
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 <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
Signed-off-by: Ashwin Pc <[email protected]>
9e60bd8
to
3769a3a
Compare
Signed-off-by: Ashwin Pc <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
src/plugins/wizard/public/visualizations/common/expression_helpers.ts
Outdated
Show resolved
Hide resolved
src/plugins/wizard/public/visualizations/vislib/common/get_value_axes.ts
Show resolved
Hide resolved
src/plugins/wizard/public/visualizations/vislib/histogram/histogram_vis_type.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Ashwin Pc <[email protected]>
1fddafc
to
e8b4899
Compare
Signed-off-by: Ashwin Pc <[email protected]>
@@ -3,18 +3,13 @@ | |||
* SPDX-License-Identifier: Apache-2.0 | |||
*/ | |||
|
|||
import { cloneDeep } from 'lodash'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works for me!
* Working histogram Signed-off-by: Ashwin Pc <[email protected]> * Adds histogram options Signed-off-by: Ashwin Pc <[email protected]> * Adds line chart Signed-off-by: Ashwin Pc <[email protected]> * Adds area chart Signed-off-by: Ashwin Pc <[email protected]> * updates nav sizes Signed-off-by: Ashwin Pc <[email protected]> * adds resizeable container to right nav Signed-off-by: Ashwin Pc <[email protected]> * Misc fixes Signed-off-by: Ashwin Pc <[email protected]> * Adds chart switcher test Signed-off-by: Ashwin Pc <[email protected]> * Github comment feedback Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Ashwin Pc <[email protected]> * Updates copy Signed-off-by: Ashwin Pc <[email protected]> Signed-off-by: Ashwin Pc <[email protected]> Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit 77af7f9)
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: #1616 #1617 #1618 Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Ashwin Pc <[email protected]>
* Working histogram Signed-off-by: Ashwin Pc <[email protected]> * Adds histogram options Signed-off-by: Ashwin Pc <[email protected]> * Adds line chart Signed-off-by: Ashwin Pc <[email protected]> * Adds area chart Signed-off-by: Ashwin Pc <[email protected]> * updates nav sizes Signed-off-by: Ashwin Pc <[email protected]> * adds resizeable container to right nav Signed-off-by: Ashwin Pc <[email protected]> * Misc fixes Signed-off-by: Ashwin Pc <[email protected]> * Adds chart switcher test Signed-off-by: Ashwin Pc <[email protected]> * Github comment feedback Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Ashwin Pc <[email protected]> * Updates copy Signed-off-by: Ashwin Pc <[email protected]> Signed-off-by: Ashwin Pc <[email protected]> Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Sergey V. Osipov <[email protected]>
… (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 <[email protected]> Signed-off-by: Ashwin Pc <[email protected]>
* Working histogram Signed-off-by: Ashwin Pc <[email protected]> * Adds histogram options Signed-off-by: Ashwin Pc <[email protected]> * Adds line chart Signed-off-by: Ashwin Pc <[email protected]> * Adds area chart Signed-off-by: Ashwin Pc <[email protected]> * updates nav sizes Signed-off-by: Ashwin Pc <[email protected]> * adds resizeable container to right nav Signed-off-by: Ashwin Pc <[email protected]> * Misc fixes Signed-off-by: Ashwin Pc <[email protected]> * Adds chart switcher test Signed-off-by: Ashwin Pc <[email protected]> * Github comment feedback Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Ashwin Pc <[email protected]> * Updates copy Signed-off-by: Ashwin Pc <[email protected]> Signed-off-by: Ashwin Pc <[email protected]> Co-authored-by: Josh Romero <[email protected]> Signed-off-by: Sergey V. Osipov <[email protected]>
Description
Issues Resolved
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr