mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372)
This commit is contained in:
committed by
GitHub
parent
d8f7e2ce5e
commit
8a2f7d378a
@@ -21,7 +21,6 @@ import {
|
||||
buildQueryContext,
|
||||
ensureIsArray,
|
||||
getMetricLabel,
|
||||
hasGenericChartAxes,
|
||||
isPhysicalColumn,
|
||||
QueryMode,
|
||||
QueryObject,
|
||||
@@ -108,7 +107,6 @@ const buildQuery: BuildQuery<TableChartFormData> = (
|
||||
if (
|
||||
isPhysicalColumn(col) &&
|
||||
time_grain_sqla &&
|
||||
hasGenericChartAxes &&
|
||||
formData?.temporal_columns_lookup?.[col]
|
||||
) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user