Skip to content

Commit

Permalink
Set point size control's default for deck_scatter viz (#4261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Jan 25, 2018
1 parent 94d9337 commit 2b66ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/javascripts/explore/stores/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2b66ead

Please sign in to comment.