You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The map visualization has some problems:
it is not sometimes completely rendered
the legend could appear duplicated
The problems were seen in Wazuh dashboard, we should review if they appear in Kibana.
Tasks
Research the causes of the problems
Review if we can apply some fix taking into account that the visualizations are rendered using a method exposed by the core of plugin platform. If not, we should consider removing the visualizations if the problems are persistent.
Screenshots
The text was updated successfully, but these errors were encountered:
Trying to find the source of this issue with @Desvelao, we analyzed the maps visualizations JSON definitions to check if any of the properties was misconfigured or deprecated. We also compared the visualization JSON properties with a newly created map in the Visualization plugin saved object.
This tests were of little help to reproduce and find the cause of this issue as everything seemed to work as expected.
Doing some research about the way the visualizations rendered, I realized while the visualization is loading its wrapper has display:none style. This causes the map to miscalculate its coordinates and causes this issue. The fix proposal is to change the map visibility without collapsing its wrapper in the loading state.
Description
The map visualization has some problems:
The problems were seen in Wazuh dashboard, we should review if they appear in Kibana.
Tasks
Screenshots
The text was updated successfully, but these errors were encountered: