Skip to content

Commit

Permalink
feat: add default series_limit (apache#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored and zhaoyongjie committed Nov 26, 2021
1 parent a101117 commit 75ef664
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ const limit: SharedControlConfig<'SelectControl'> = {
freeForm: true,
label: t('Series limit'),
validators: [legacyValidateInteger],
default: 100,
choices: formatSelectOptions(SERIES_LIMITS),
description: t(
'Limits the number of time series that get displayed. A sub query ' +
Expand Down

0 comments on commit 75ef664

Please sign in to comment.