-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[meta][Lens] Color mapping post MVP tasks #167506
Comments
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
@markov00, @gvnmagni: I just wanted to add that we should discuss this point before any formal development effort is made on it. Our ability to provide prefabricated gradient color mappings becomes more difficult without the concept of a higher-level color mapping saved object. What we don't want to do is attempt to burden the color palette saved object to accommodate this, as color palettes exist apart from color scale and assignment mappings. We discussed this early on and ultimately decided that we wanted to separate color scale and gradient configuration from palettes (and have palettes only serve as a list of colors). |
## Summary Fixes the following issues with the Color mapping MVP (see [here](#167506)): - refactored the color contrast check and the RGB text input to avoid popover flickering - replaced categorical/sequential icons for color scales - add dot to complete the tooltip sentence. - fix #167880 by adding a tooltip to the warning sign
## Summary Fixes the following issues with the Color mapping MVP (see [here](elastic#167506)): - refactored the color contrast check and the RGB text input to avoid popover flickering - replaced categorical/sequential icons for color scales - add dot to complete the tooltip sentence. - fix elastic#167880 by adding a tooltip to the warning sign (cherry picked from commit 6f62f7b)
# Backport This will backport the following commits from `main` to `8.11`: - [[lens] color mapping general ux fixes (#167997)](#167997) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marco Vettorello","email":"marco.vettorello@elastic.co"},"sourceCommit":{"committedDate":"2023-10-05T21:11:21Z","message":"[lens] color mapping general ux fixes (#167997)\n\n## Summary\r\n\r\nFixes the following issues with the Color mapping MVP (see\r\n[here](https://github.com/elastic/kibana/issues/167506)):\r\n- refactored the color contrast check and the RGB text input to avoid\r\npopover flickering\r\n- replaced categorical/sequential icons for color scales\r\n- add dot to complete the tooltip sentence.\r\n- fix #167880 by adding a\r\ntooltip to the warning sign","sha":"6f62f7b5a65be6d99e9b3a0092304966b7a7bbf4","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Visualizations","release_note:skip","Feature:Lens","backport:prev-minor","v8.11.0","v8.12.0"],"number":167997,"url":"https://github.com/elastic/kibana/pull/167997","mergeCommit":{"message":"[lens] color mapping general ux fixes (#167997)\n\n## Summary\r\n\r\nFixes the following issues with the Color mapping MVP (see\r\n[here](https://github.com/elastic/kibana/issues/167506)):\r\n- refactored the color contrast check and the RGB text input to avoid\r\npopover flickering\r\n- replaced categorical/sequential icons for color scales\r\n- add dot to complete the tooltip sentence.\r\n- fix #167880 by adding a\r\ntooltip to the warning sign","sha":"6f62f7b5a65be6d99e9b3a0092304966b7a7bbf4"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/167997","number":167997,"mergeCommit":{"message":"[lens] color mapping general ux fixes (#167997)\n\n## Summary\r\n\r\nFixes the following issues with the Color mapping MVP (see\r\n[here](https://github.com/elastic/kibana/issues/167506)):\r\n- refactored the color contrast check and the RGB text input to avoid\r\npopover flickering\r\n- replaced categorical/sequential icons for color scales\r\n- add dot to complete the tooltip sentence.\r\n- fix #167880 by adding a\r\ntooltip to the warning sign","sha":"6f62f7b5a65be6d99e9b3a0092304966b7a7bbf4"}}]}] BACKPORT--> Co-authored-by: Marco Vettorello <marco.vettorello@elastic.co>
## Summary Fixes the following issues with the Color mapping MVP (see [here](elastic#167506)): - refactored the color contrast check and the RGB text input to avoid popover flickering - replaced categorical/sequential icons for color scales - add dot to complete the tooltip sentence. - fix elastic#167880 by adding a tooltip to the warning sign
As post MVP phase of the color mapping, here is a list of quick fixes, enhancements:
Post MVP (high priority)
Post MVP
Image 1
The text was updated successfully, but these errors were encountered: