Skip to content

Commit

Permalink
[bugfix] apache#3593 'Chart Options' panel is missing (apache#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and michellethomas committed May 23, 2018
1 parent 242603a commit f561055
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 f561055

Please sign in to comment.