Set point size control's default for deck_scatter viz (#4261)
This commit is contained in:
parent
94d9337e0b
commit
2b66eadee2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue