-
Notifications
You must be signed in to change notification settings - Fork 8.6k
It should be possible to sort terms/keywords in custom order #9545
Copy link
Copy link
Closed
Labels
Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Team: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//release_note:enhancement
Metadata
Metadata
Assignees
Labels
Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Team: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//release_note:enhancement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the feature:
When creating for example stacked bar diagrams from data imported (using Elastic Search) it should be possible to select the exact order of the data displayed in the diagram bars.
Let's say we have 10 of A, 15 of B and 3 of C. The order of the stacked data in the diagram should be configurable so that B is on the bottom, C is in the middle and A is on the top (for example).
In my case I run a number of regressions and output PASS, FAIL, TIMEOUT, ERROR in the stacked diagrams. I always want to have PASS in the bottom independent of PASS count.