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
Hi,
I'm using the plugin with Kibana 5.5.2. I want to have a simple text visualization with the fontsize being dependent on view width. For some reason that I cannot understand, the width changes according to the results of the query. For example, the same query with different time filters causes two different values for the width.
When inspecting the view object, the property _width is equal to the container width but the signal has a wrong value.
Hi,
I'm using the plugin with Kibana 5.5.2. I want to have a simple text visualization with the fontsize being dependent on view width. For some reason that I cannot understand, the width changes according to the results of the query. For example, the same query with different time filters causes two different values for the width.
When inspecting the view object, the property _width is equal to the container width but the signal has a wrong value.
Here is the code:
This code generates these two results when changing the time filter
Can you help me to figure out what is wrong?
Thanks
The text was updated successfully, but these errors were encountered: