kgabryje commented on code in PR #33116:
URL: https://github.com/apache/superset/pull/33116#discussion_r2042422618
##########
superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/customControls.tsx:
##########
@@ -104,31 +93,43 @@ export const xAxisSortControl = {
state.form_data?.orientation === 'horizontal'
? t('Y-Axis Sort By')
: t('X-Axis Sort By'),
- description: t('Decides which column to sort the base axis by.'),
+ description: t('Decides which column or measure to sort the base axis
by.'),
Review Comment:
Hmm I think that the "measure" here is 1 of those 5 options - Totals, Max,
Min, Average, Category
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]