Graylog2 / Graylog2/graylog2-server
Search: Bar chart hover labels can be off, when having multiple metrics.
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Description
Usually the hover labels for bar chart traces are displayed next to the bar.
Here I have a widget with two `sum` metrics and the visualiszation mode `group`. The field `took_ms` has the unit `milisecond` and the `gl2_accounted_message_size` has the unit `byte`. In this case the hover labels are displayed properly.

When I add another metric (sum(gl2_processing_duration_ms) - millisecond), some hover labels are no longer aligned with the related bar.

## Your Environment
* Graylog Version: 6.2
Contributor guide
Assessment
This issue has not been assessed yet.