Skip to content

Commit

Permalink
[bugfix] #3593 'Chart Options' panel is missing (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Oct 6, 2017
1 parent f75dc02 commit 6f1351f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export const visTypes = {
showOnExplore: true,
controlPanelSections: [
{
label: t('Chart Options'),
label: t('Query'),
expanded: true,
controlSetRows: [
['metrics'],
['groupby'],
Expand Down

0 comments on commit 6f1351f

Please sign in to comment.