From 6f1351fbbb677b437c7754a05e48762ca4e5c57b Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 6 Oct 2017 00:43:55 -0700 Subject: [PATCH] [bugfix] #3593 'Chart Options' panel is missing (#3606) --- superset/assets/javascripts/explore/stores/visTypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js index ca8a63f20b..4cdabf87cb 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'],