Skip to content

Commit 468540c

Browse files
committed
Added missing setting to pie chart configuration
1 parent 013344c commit 468540c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config/ReportConfig.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,12 @@ const _REPORT_TYPES = {
642642
type: SELECTION_TYPES.NUMBER,
643643
default: 50,
644644
},
645+
hideSelections: {
646+
label: 'Hide Property Selection',
647+
type: SELECTION_TYPES.LIST,
648+
values: [true, false],
649+
default: false,
650+
},
645651
refreshButtonEnabled: {
646652
label: 'Refreshable',
647653
type: SELECTION_TYPES.LIST,

0 commit comments

Comments
 (0)