mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
feat: apply Time Grain to X-Axis column (#21163)
This commit is contained in:
@@ -291,12 +291,12 @@ function createAdvancedAnalyticsSection(
|
||||
|
||||
const config: ControlPanelConfig = {
|
||||
controlPanelSections: [
|
||||
sections.legacyTimeseriesTime,
|
||||
sections.genericTime,
|
||||
isFeatureEnabled(FeatureFlag.GENERIC_CHART_AXES)
|
||||
? {
|
||||
label: t('Shared query fields'),
|
||||
expanded: true,
|
||||
controlSetRows: [['x_axis']],
|
||||
controlSetRows: [['x_axis'], ['time_grain_sqla']],
|
||||
}
|
||||
: null,
|
||||
createQuerySection(t('Query A'), ''),
|
||||
|
||||
Reference in New Issue
Block a user