-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens] Format range labels in tables #93265
Copy link
Copy link
Closed as not planned
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.🧊 iceboxed
Metadata
Metadata
Assignees
Labels
Feature:LensTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//enhancementNew value added to drive a business resultNew value added to drive a business resultimpact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.🧊 iceboxed
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are a bunch of places in Lens where the current approach of formatters (a function "value -> formatted string", tied to the field of the index pattern) falls short, because in a lot of cases the context (in this case the visualization) has to be taken into account as well:
1000 -> 3000,3000 -> 5000instead of3000,5000)