mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: Axis sort in the Bar Chart V2 (#21993)
This commit is contained in:
@@ -38,7 +38,7 @@ export default function buildQuery(formData: BoxPlotQueryFormData) {
|
||||
if (
|
||||
isPhysicalColumn(col) &&
|
||||
formData.time_grain_sqla &&
|
||||
formData?.datetime_columns_lookup?.[col]
|
||||
formData?.temporal_columns_lookup?.[col]
|
||||
) {
|
||||
return {
|
||||
timeGrain: formData.time_grain_sqla,
|
||||
|
||||
@@ -73,7 +73,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
},
|
||||
},
|
||||
'datetime_columns_lookup',
|
||||
'temporal_columns_lookup',
|
||||
],
|
||||
['groupby'],
|
||||
['metrics'],
|
||||
|
||||
Reference in New Issue
Block a user