Skip to content

Commit 291e9cd

Browse files
committed
fix: in report config bar chart had duplicate settings
1 parent f700e57 commit 291e9cd

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
@@ -415,28 +415,6 @@ const _REPORT_TYPES = {
415415
type: SELECTION_TYPES.NUMBER,
416416
default: 0.25,
417417
},
418-
expandHeightForLegend: {
419-
label: 'Expand Height For Legend',
420-
type: SELECTION_TYPES.LIST,
421-
values: [true, false],
422-
default: false,
423-
},
424-
innerPadding: {
425-
label: 'Inner Padding',
426-
type: SELECTION_TYPES.NUMBER,
427-
default: 0,
428-
},
429-
legendPosition: {
430-
label: 'Legend Position',
431-
type: SELECTION_TYPES.LIST,
432-
values: ['Horizontal', 'Vertical'],
433-
default: 'Vertical',
434-
},
435-
padding: {
436-
label: 'Padding',
437-
type: SELECTION_TYPES.NUMBER,
438-
default: 0.25,
439-
},
440418
},
441419
},
442420
pie: {

0 commit comments

Comments
 (0)