Commit 0620c513 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'svedova-remove-databackground-property' into 'master'

Remove dataBackground property from chart

See merge request gitlab-org/gitlab!67323
parents 4aa1ffc0 6b8084d3
......@@ -129,13 +129,6 @@ export default {
type: 'slider',
startValue: this.chartStartDate,
handleIcon: this.svgs['scroll-handle'],
dataBackground: {
lineStyle: {
width: 1,
color: '#bfbfbf',
},
areaStyle: null,
},
},
],
toolbox: {
......
......@@ -119,10 +119,6 @@ describe('Project Security Dashboard component', () => {
type: 'slider',
handleIcon: 'path://mockSvgPathContent',
startValue: '2021-03-12',
dataBackground: {
lineStyle: { width: 1 },
areaStyle: null,
},
});
});
});
......
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