mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(dashboard): menu improvements, fallback support for Drill to Detail (#21351)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user