Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent evolution X axis overlap #3320

Closed
mpRegalado opened this issue Jun 1, 2021 · 3 comments · Fixed by #3355
Closed

Agent evolution X axis overlap #3320

mpRegalado opened this issue Jun 1, 2021 · 3 comments · Fixed by #3355
Assignees
Labels
type/bug Bug issue

Comments

@mpRegalado
Copy link
Member

Wazuh Elastic
4.2 7.12

Description
The agent monitoring graph's x axis labels overlap each other at small container widths. This is not an issue I could replicate with elastic version 7.10

Steps to reproduce

  1. Go to Agents
  2. See error

Screenshots
image.png

@mpRegalado mpRegalado self-assigned this Jun 8, 2021
@mpRegalado
Copy link
Member Author

Seems to be related to #3219 as a similar error appears in the console when the width is to narrow.

@mpRegalado
Copy link
Member Author

mpRegalado commented Jun 8, 2021

Also related to #3306
In Kibana-7.12 the fix applied squishes the graph, causing the timestamps to overlap and eventually to throw console errors and fall off the screen. It's not untill a viewport width <=1200px is reached that the layout snaps into rows.
A minWidth should be applied to the flexItems that form the top section of the Agents overview and use the wrap property of EuiFlexGroup that contains them

@mpRegalado
Copy link
Member Author

mpRegalado commented Jun 9, 2021

The label overlap is controlled by the label property filter:true.
This property can be declared where each visualization for the app is defined, generally under the directory server/integration-files/visualizations/ in the _source.visState property of the object. This is a stringified JSON object where you can add the property to params...labels

@frankeros frankeros removed the question label Jun 9, 2021
@mpRegalado mpRegalado linked a pull request Jun 10, 2021 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Bug issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants