You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/01/25 00:49:40 UTC

[incubator-superset] branch master updated: Set point size control's default for deck_scatter viz (#4261)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b66ead  Set point size control's default for deck_scatter viz (#4261)
2b66ead is described below

commit 2b66eadee2cd72e06e5cb9f4c3051e6dd08f2758
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Jan 24 16:49:37 2018 -0800

    Set point size control's default for deck_scatter viz (#4261)
---
 superset/assets/javascripts/explore/stores/controls.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/assets/javascripts/explore/stores/controls.jsx b/superset/assets/javascripts/explore/stores/controls.jsx
index 372a01f..2c18f4b 100644
--- a/superset/assets/javascripts/explore/stores/controls.jsx
+++ b/superset/assets/javascripts/explore/stores/controls.jsx
@@ -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,

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.