refactor: Removes 5.0 approved legacy charts (#31582)

This commit is contained in:
Michael S. Molina
2025-01-09 16:45:05 -03:00
committed by GitHub
parent a477d84729
commit 399b709aaf
222 changed files with 1128 additions and 12359 deletions

View File

@@ -22,15 +22,22 @@
export const FORM_DATA_DEFAULTS = {
datasource: '3__table',
granularity_sqla: 'ds',
time_grain_sqla: null,
time_range: '100 years ago : now',
adhoc_filters: [],
x_axis: 'ds',
adhoc_filters: [
{
clause: 'WHERE',
subject: 'ds',
operator: 'TEMPORAL_RANGE',
comparator: '100 years ago : now',
expressionType: 'SIMPLE',
},
],
groupby: [],
limit: null,
timeseries_limit_metric: null,
order_desc: false,
contribution: false,
contributionMode: null,
};
export const HEALTH_POP_FORM_DATA_DEFAULTS = {