Setting line chart row_limit to 50000 (#6244)

Setting default row_limit to 50K for line chart
This commit is contained in:
michellethomas 2018-11-01 11:01:13 -07:00 committed by GitHub
parent d34217ef97
commit 2fd18eede7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,6 +219,9 @@ export const visTypes = {
choices: D3_TIME_FORMAT_OPTIONS, choices: D3_TIME_FORMAT_OPTIONS,
default: 'smart_date', default: 'smart_date',
}, },
row_limit: {
default: 50000,
},
}, },
}, },