Skip to content

Fix spacing on contributions analytics charts

What does this MR do?

The distance between the chart and the title of the chart is too much on the contribution analytics page. This is caused by the styling that's on the SVG.

This fixes that by:

  • reducing the height of the svg
  • changing the value of preserveAspectRatio

Screenshots

Without this change

Screen_Shot_2019-11-26_at_06.24.33

With this change

contribution_analytics_I contribution_analytics_II

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Closes #6830 (closed)

Edited by Brian Kabiro

Merge request reports