-
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
[Lens] Custom gradient colors for numeric table cells #66192
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
This is a good feature request, and I think we can solve this as part of our general work on color assignment. Specifically, I think this is a type of color gradient with fixed steps, and is highly related to this other issue: #68428 The reason I'm linking to that other issue is that this request is not enough by itself. We already let users use exact values for the Goal and Gauge colors, but these values can never be dynamic based on the actual data. The form we use in the goal and gauge charts is not sufficient for table coloring because of its lack of a dynamic option: |
Adding mockups here for reference: There's no mockup for this case, but there are three color progression options for the custom palette: Stepped should also show a step slider below. Fixed is the mode shown in the picker right now (giving the user full control over which color is shown when) |
Implementation notes: Coloring
!! All of this is just handling categorical palettes so far !! Suggested extension for coloring based on value
|
Describe the feature:
Specify colors associated with fixed value ranges to set the 'cell' and 'text' color for a reverse sorted aggregate column. <=10 GREEN, <=25 YELLOW, <=50 RED.
Describe a specific use case for the feature:
When creating Observability dashboards for troubleshooting it is helpful to be able to quickly indicate what you need to look at in reverse sorted lists. Especially if you have to look at a number of dashboards at once.
The text was updated successfully, but these errors were encountered: