feat(dashboard): menu improvements, fallback support for Drill to Detail (#21351)

This commit is contained in:
Cody Leff
2022-10-19 15:34:46 -06:00
committed by GitHub
parent 54f6fd6a82
commit 76e57ec651
56 changed files with 969 additions and 310 deletions

View File

@@ -37,13 +37,13 @@ export default {
viz_type: 'pie',
slice_id: sliceId,
slice_name: 'Genders',
granularity_sqla: null,
time_grain_sqla: null,
granularity_sqla: undefined,
time_grain_sqla: undefined,
since: '100 years ago',
until: 'now',
metrics: ['sum__num'],
groupby: ['gender'],
limit: '25',
limit: 25,
pie_label_type: 'key',
donut: false,
show_legend: true,