Skip to content

Resize vuln graph

- requested to merge resize-vuln-graph into master

What does this MR do?

The vuln graph would be the wrong width when the user would resize the browser window, or when the nav bar would collapse automatically:

Based on the solution in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24649/diffs

This MR creates a reusable resizable_chart_container component.

Before: render_race_condition

After: reafactored-chart-responsiveness

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/9615

Does this MR meet the acceptance criteria?

Edited by -

Merge request reports