Skip to content

Commit 1053b59

Browse files
Merge pull request #802 from mercedes-benz/fix/remove-duplicates-in-report-configs
fix: in report config bar chart removed duplicate settings
2 parents 84cd7ed + 8e66f33 commit 1053b59

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/config/ReportConfig.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -421,28 +421,6 @@ const _REPORT_TYPES = {
421421
type: SELECTION_TYPES.NUMBER,
422422
default: 0.25,
423423
},
424-
expandHeightForLegend: {
425-
label: 'Expand Height For Legend',
426-
type: SELECTION_TYPES.LIST,
427-
values: [true, false],
428-
default: false,
429-
},
430-
innerPadding: {
431-
label: 'Inner Padding',
432-
type: SELECTION_TYPES.NUMBER,
433-
default: 0,
434-
},
435-
legendPosition: {
436-
label: 'Legend Position',
437-
type: SELECTION_TYPES.LIST,
438-
values: ['Horizontal', 'Vertical'],
439-
default: 'Vertical',
440-
},
441-
padding: {
442-
label: 'Padding',
443-
type: SELECTION_TYPES.NUMBER,
444-
default: 0.25,
445-
},
446424
},
447425
},
448426
pie: {

0 commit comments

Comments
 (0)