Skip to content

feat: add series label component

Adriel Santiago requested to merge adriel-feat-add-series-label into master

Adds a chart series label component. We need to use the same label in our chart tooltips and legends. Creating this in a reusable component will ensure consistent UX across all of our charts.

This should not introduce any visual changes to existing snapshots as it simply moves what we are already doing into a reusable component:

solid dashed
Screen_Shot_2019-04-01_at_10.14.02_AM Screen_Shot_2019-04-01_at_10.13.57_AM

Relevant Issues

Part of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/52258

Edited by Adriel Santiago

Merge request reports