Skip to content

Fix colors in multiple series charts

What does this MR do?

Removes color assignment of the lineStyle options object in order to default to the colors defined by gitlab-ui.

The previous assignment of colors was being done with one color per entire metric, so all series in a metric had the same color.

Related issues: #202620 (closed), #208486 (closed)

Screenshots

Before

ss_before

After

ss_after

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports