Skip to content

Commit

Permalink
Touchups on field list
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 11, 2016
1 parent ed96f9b commit ceb0dc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panoramix/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ class DistributionPieViz(NVD3Viz):
{
'label': None,
'fields': (
'granularity',
('since', 'until'),
'metrics', 'groupby',
'limit',
Expand Down Expand Up @@ -815,8 +816,9 @@ class DistributionBarViz(DistributionPieViz):
{
'label': None,
'fields': (
'metrics', 'groupby',
'granularity',
('since', 'until'),
'metrics', 'groupby',
'limit',
('show_legend', None),
)
Expand Down

0 comments on commit ceb0dc1

Please sign in to comment.