diff --git a/superset/assets/javascripts/explore/stores/controls.jsx b/superset/assets/javascripts/explore/stores/controls.jsx index 72baf1ff3..65dd2f64a 100644 --- a/superset/assets/javascripts/explore/stores/controls.jsx +++ b/superset/assets/javascripts/explore/stores/controls.jsx @@ -1399,7 +1399,7 @@ export const controls = { type: 'CheckboxControl', label: t('X bounds'), renderTrigger: true, - default: true, + default: false, description: t('Whether to display the min and max values of the X axis'), }, @@ -1407,7 +1407,7 @@ export const controls = { type: 'CheckboxControl', label: t('Y bounds'), renderTrigger: true, - default: true, + default: false, description: t('Whether to display the min and max values of the Y axis'), },