Skip to content

Update column and stacked-column chart data props

What does this MR do?

In gitlab-ui!1703 (merged) we added some additional props to the column chart components (bars and lines), these additional props provide additional flexibility to the column charts.

This MR updates useages of the GlColumnChart and GlStackedColumnChart to use the new props that are available.

After these MR is merged, we can remove the old data prop from these components.

Screenshots (strongly suggested)

No visual changes

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

Related to #273714 (closed)

Edited by Ezekiel Kigbo

Merge request reports