Skip to content

refactor(GlChartLegend): generate series for legends

Andrei Stoicescu requested to merge astoicescu/generateSeriesForLegends into main

What does this MR do?

Series in chart legend examples are hardcoded now. These series, when used for showcasing legends and multi-line charts are very complex and should also follow certain patterns to look good and discernible.

For these reasons, using a series generator function is advisable.

This MR implements usage of a series generator function for multi-line charts and chart legends that require multiple series.

This MR is dependent on the closing of issue #754 -->

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • Added the ~"component:*" label(s) if applicable.

Merge request reports