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
The visualization depends on the resize event to change its width.
A possible solution is to raise the resize event but that might lead some extra handlers to run as well. Another way out is to avoid using pushOver flyout similar to what we do in other plugins like security analytics.
The monitor table issue happens because of static widths specified for the columns in tableUtils
We need to review why these were added in first place and see if we can remove them.
What is the bug?
This timeline bar graphics in the
History
component of theMonitor details
page do not resize automatically when opening a flyout.How can one reproduce the bug?
Steps to reproduce the behavior:
Monitor details
page for adocument level monitor
that has alerts.Document
link for one of the alerts to open its flyout.What is the expected behavior?
All elements in the graphic should resize automatically when opening and closing the flyout.
What is your host/environment?
alerting
,alertingDashboards
Do you have any screenshots?
Do you have any additional context?
Dragging the edge of the window to resize the browser will resize the
History
element appropriately.The text was updated successfully, but these errors were encountered: