-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[Lens] Allow unstacked line percentage chart #95142
Copy link
Copy link
Closed
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:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
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:needs-assessmentProduct and/or Engineering needs to evaluate the impact of the change.Product and/or Engineering needs to evaluate the impact of the change.
Type
Fields
Give feedbackNo fields configured for issues without a type.
It's possible to have a "percentage chart" in Lens for area and bar charts - areas and bars will be stacked and values will be calculated into percentages of a total defined by the sum of all series.
It's not possible to create an unstacked percentage line chart - however this would be very useful to visually compare the percentages of the series while still having the axis use a percentage scale.
We can either introduce this is a new chart type similar to bar and area percentage charts or let the user configure it "manually" using the planned formula features of overall metrics (#94597) and a separately configured percentage formatter.