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.
2 parents 84cd7ed + 8e66f33 commit 1053b59Copy full SHA for 1053b59
src/config/ReportConfig.tsx
@@ -421,28 +421,6 @@ const _REPORT_TYPES = {
421
type: SELECTION_TYPES.NUMBER,
422
default: 0.25,
423
},
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
438
- values: ['Horizontal', 'Vertical'],
439
- default: 'Vertical',
440
441
- padding: {
442
- label: 'Padding',
443
444
- default: 0.25,
445
446
447
448
pie: {
0 commit comments