-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Horizontal bar charts with X axis on the right side instead of left #77398
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
Feature:LensFeature: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//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:LensFeature: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//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.
Describe the feature:
This was originally a question I had asked here. This request is for the Bar Chart viz. I will take Horizontal Bar Chart as an example here but the idea holds true even for Vertical Bar Chart.
By default, the bars start from left and go to right. What I mean is the Y Axis is at the bottom and X Axis is at the left. I was wanting to flip that, so instead my bars would start from right and go to left. This means the Y Axis still remains at the bottom, but X Axis is at the right.

I know it is possible to position the Labels. I have positioned the Labels to be on the right. This does not move the starting position of the bars themselves.

Describe a specific use case for the feature:

Say, I have a stacked bar chart for test suite results. Now, I would like to add another stacked Bar Chart for the test suite results, this time for a different release. I would like to see the results of the 2 releases side by side as 2 graphs.
The middle viz contains the Test Suite Name and the 2 bar charts on it's either side correspond to the results in each release. If the left chart can start from right and go to left, it will be easier to map the test suite that the bar corresponds to. Please let me know in case of further clarifictions.
Thanks in advance!