Commit 6b8084d3 authored by Savas Vedova's avatar Savas Vedova

Remove dataBackground property from chart

This commit removes the dataBackground property from the chart
options so that it behaves similar to the other charts on GitLab.

Changelog: changed
parent 5e43724c
......@@ -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