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 2017/10/06 07:43:57 UTC

[incubator-superset] branch master updated: [bugfix] #3593 'Chart Options' panel is missing (#3606)

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 6f1351f  [bugfix] #3593 'Chart Options' panel is missing (#3606)
6f1351f is described below

commit 6f1351fbbb677b437c7754a05e48762ca4e5c57b
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Fri Oct 6 00:43:55 2017 -0700

    [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 ca8a63f..4cdabf8 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'],

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].