mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat(timeseries): enhance 'Series Limit' to support grouping the long tail (#34308)
This commit is contained in:
committed by
GitHub
parent
e741a3167f
commit
1be2287b3a
@@ -107,6 +107,7 @@ test('should compile query object A', () => {
|
||||
series_columns: ['foo'],
|
||||
series_limit: 5,
|
||||
series_limit_metric: undefined,
|
||||
group_others_when_limit_reached: false,
|
||||
url_params: {},
|
||||
custom_params: {},
|
||||
custom_form_data: {},
|
||||
@@ -166,6 +167,7 @@ test('should compile query object B', () => {
|
||||
series_columns: [],
|
||||
series_limit: 0,
|
||||
series_limit_metric: undefined,
|
||||
group_others_when_limit_reached: false,
|
||||
url_params: {},
|
||||
custom_params: {},
|
||||
custom_form_data: {},
|
||||
|
||||
Reference in New Issue
Block a user