diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js index ca8a63f20bf54..4cdabf87cb460 100644 --- a/superset/assets/javascripts/explore/stores/visTypes.js +++ b/superset/assets/javascripts/explore/stores/visTypes.js @@ -97,7 +97,8 @@ export const visTypes = { showOnExplore: true, controlPanelSections: [ { - label: t('Chart Options'), + label: t('Query'), + expanded: true, controlSetRows: [ ['metrics'], ['groupby'],