-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
feat(plugins): Update custom controls for BigNumber with Time Comparison chart #27054
feat(plugins): Update custom controls for BigNumber with Time Comparison chart #27054
Conversation
- Move the Custom filters controls into the query section - Custom filter is visible only if Custom range is selected and if so it's required
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #27054 +/- ##
==========================================
- Coverage 67.19% 67.18% -0.01%
==========================================
Files 1899 1899
Lines 74369 74377 +8
Branches 8274 8276 +2
==========================================
+ Hits 49970 49971 +1
- Misses 22344 22351 +7
Partials 2055 2055
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Lovely!
/testenv up |
1 similar comment
/testenv up |
/testenv up FEATURE_CHART_PLUGINS_EXPERIMENTAL=true |
@Antonio-RiveroMartnez Ephemeral environment spinning up at http://52.26.224.231:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
…son chart (apache#27054) (cherry picked from commit 435cd27)
SUMMARY
In order to help users to navigate the new comparison controls of the plugin we are making the Custom time range part of the query section, also it's only visible if custom range is selected and if so, it's a required field.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2024-02-08.at.21.26.17.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION