[API] Increase chart limit

This commit is contained in:
syuilo 2018-11-03 16:43:50 +09:00
parent ed2f94a3c1
commit c26ed1421b
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 10 additions and 10 deletions

View file

@ -16,7 +16,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -16,7 +16,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -16,7 +16,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -16,7 +16,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -16,7 +16,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -17,7 +17,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -17,7 +17,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -17,7 +17,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -17,7 +17,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'

View file

@ -16,7 +16,7 @@ export const meta = {
},
limit: {
validator: $.num.optional.range(1, 100),
validator: $.num.optional.range(1, 500),
default: 30,
desc: {
'ja-JP': '最大数。例えば 30 を指定したとすると、スパンが"day"の場合は30日分のデータが、スパンが"hour"の場合は30時間分のデータが返ります。'