From 6a0829229a6ab3a0ec01201e570c4357c692fc12 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 5 Oct 2017 09:18:03 -0700 Subject: [PATCH] [bugfix] #3593 'Chart Options' panel is missing --- 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 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'],