Skip to content

Commit

Permalink
[bugfix] #3593 'Chart Options' panel is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 5, 2017
1 parent 1fb8716 commit 6a08292
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 6a08292

Please sign in to comment.