Commit 7edc61c2 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'nfriend-small-dora-graphs-visual-updates' into 'master'

Update dot style in DORA lead time graphs

See merge request gitlab-org/gitlab!65555
parents 2218506a b7d5c68c
......@@ -116,6 +116,9 @@ export const buildNullSeriesForLeadTimeChart = (seriesData) => {
});
merge(nonNullSeries, {
showSymbol: true,
showAllSymbol: true,
symbolSize: 8,
lineStyle: {
color: dataVizBlue500,
},
......
......@@ -86,6 +86,9 @@ Array [
"color": "#5772ff",
},
"name": "Lead time",
"showAllSymbol": true,
"showSymbol": true,
"symbolSize": 8,
},
]
`;
......@@ -66,6 +66,9 @@ describe('ee/dora/components/util.js', () => {
},
{
name: 'Chart title',
showAllSymbol: true,
showSymbol: true,
symbolSize: 8,
data: expect.any(Array),
lineStyle: {
color: expect.any(String),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment