Set point size control's default for deck_scatter viz (#4261)

This commit is contained in:
Maxime Beauchemin 2018-01-24 16:49:37 -08:00 committed by GitHub
parent 94d9337e0b
commit 2b66eadee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1486,6 +1486,7 @@ export const controls = {
point_radius_fixed: {
type: 'FixedOrMetricControl',
label: t('Point Size'),
default: { type: 'fix', value: 1000 },
description: t('Fixed point radius'),
mapStateToProps: state => ({
datasource: state.datasource,