-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lens] Color stop UI follow-ups (#123924)
* Round min/max values when we are turning off auto auto mode * Fix the behavior so that we don't see the warning "The specified value '-Infinity' cannot be parsed or is out of range." in console. * Allow to use correct max value in percentage mode for heatmap * Change the wording of the `Add color range` button to `Add color` and `Distribute equally` button to `Distribute values` * Don't show percent symbol append for the EuiFieldText components that are set to be the current data's min or max value * Adds tooltips for the min, max, and pencil icon buttons * Add support of changing the opacity * Add tooltips for disabled color range action buttons (Reverse colors, Distribute values) * Change the `Maximum value should be greater than preceding values` error message to be `Maximum value must be greater than preceding values` * Apply sorting if min on mid value more than max instead of showing error * Fix test * Change increment by +1 for adding new color ranges * Fix CI * Allow customize max/min values in color ranges for gauge * Fix CI * Change Outside Data Bounds Message from warning to info type * Remove warnings about value outside databounds * Fix Checks * Add tests * Fix some remarks * Update x-pack/plugins/lens/public/shared_components/coloring/color_ranges/color_ranges_item_buttons.tsx Co-authored-by: Marta Bondyra <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Marta Bondyra <[email protected]>
- Loading branch information
1 parent
a5ee534
commit e5a8cec
Showing
17 changed files
with
233 additions
and
310 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.