diff --git a/superset/assets/javascripts/explore/stores/controls.jsx b/superset/assets/javascripts/explore/stores/controls.jsx index 8e3420bd814db..2ae02176ac004 100644 --- a/superset/assets/javascripts/explore/stores/controls.jsx +++ b/superset/assets/javascripts/explore/stores/controls.jsx @@ -862,8 +862,11 @@ export const controls = { label: t('Series limit'), validators: [v.integer], choices: formatSelectOptions(SERIES_LIMITS), - default: 50, - description: t('Limits the number of time series that get displayed'), + description: t( + 'Limits the number of time series that get displayed. A sub query ' + + '(or an extra phase where sub queries are not supported) is applied to limit ' + + 'the number of time series that get fetched and displayed. This feature is useful ' + + 'when grouping by high cardinality dimension(s).'), }, timeseries_limit_metric: {