-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
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?