We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f700e57 commit 291e9cdCopy full SHA for 291e9cd
src/config/ReportConfig.tsx
@@ -415,28 +415,6 @@ const _REPORT_TYPES = {
415
type: SELECTION_TYPES.NUMBER,
416
default: 0.25,
417
},
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
432
- values: ['Horizontal', 'Vertical'],
433
- default: 'Vertical',
434
435
- padding: {
436
- label: 'Padding',
437
438
- default: 0.25,
439
440
441
442
pie: {
0 commit comments