[dist_bar] break down control groups (#3357)

This commit is contained in:
Maxime Beauchemin 2017-08-22 21:11:48 -07:00 committed by GitHub
parent 2b1bb35c5c
commit 0c36827368
1 changed files with 7 additions and 2 deletions

View File

@ -89,13 +89,18 @@ export const visTypes = {
showOnExplore: true,
controlPanelSections: [
{
label: 'Chart Options',
label: 'Query',
controlSetRows: [
['color_scheme'],
['metrics'],
['groupby'],
['columns'],
['row_limit'],
],
},
{
label: 'Chart Options',
controlSetRows: [
['color_scheme'],
['show_legend', 'show_bar_value'],
['bar_stacked', 'order_bars'],
['y_axis_format', 'bottom_margin'],