[Lens] Tagcloud not correctly resizing #202826
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:ElasticCharts
Issues related to the elastic-charts library
Feature:Lens
Feature:Tagcloud
Tag cloud visualization feature
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version:
8.17
Describe the bug:
When a
tagcloud
visualization is resized, rather than adjusting the size of all terms to fit in the space weighted by their desired metric value, the vis just removes the values that don't fit.Steps to reproduce:
tagcloud
vis with logs data split byclientip
.Expected behavior:
The vis rescales all tags by the desired metric to fit in the available space.
Screenshots (if relevant):
Any additional context:
May likely require a fix from https://github.com/elastic/elastic-charts
This is not even fixed by refreshing the page.
When this occurs the viz can enter an infinite update of the resize observer. The may be due to the obscure
setWarning
logic.The text was updated successfully, but these errors were encountered: