-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Bar-displayed metrics can be displayed as shifted to the right if not displayed as first metric #13093
Copy link
Copy link
Closed
Labels
Feature:ElasticChartsIssues related to the elastic-charts libraryIssues related to the elastic-charts libraryFeature:VislibVislib chart implementationVislib chart implementationFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Feature:XYAxisXY-Axis charts (bar, area, line)XY-Axis charts (bar, area, line)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//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Metadata
Metadata
Assignees
Labels
Feature:ElasticChartsIssues related to the elastic-charts libraryIssues related to the elastic-charts libraryFeature:VislibVislib chart implementationVislib chart implementationFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Feature:XYAxisXY-Axis charts (bar, area, line)XY-Axis charts (bar, area, line)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//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kibana version: 5.5.0
Browser version: Firefox, Chrome...
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud evaluation (and also observed based on ELK Docker image)
Description of the problem including expected versus actual behavior:
When creating a visualization with a timestamp-based Date histogram as X-Axis bucket, adding a metrics (Y-Axis) as bar and another one as line results in the bar-displayed metrics to be shifted to the right if it is added in second position.
Example:
bar-displayed metrics listed first: both metrics are aligned horizontally, as expected

bar-displayed metrics listed second: bar metrics is shifted to the right (not expected)

Is this something expected based on the priority of metrics or is this an actual issue?