Skip to content

Commit

Permalink
[sunburst] limit -> row_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 10, 2015
1 parent c3f9607 commit c64473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ class SunburstViz(BaseViz):
('since', 'until'),
'groupby',
'metric', 'secondary_metric',
'limit',
'row_limit',
)
},)
form_overrides = {
Expand Down

0 comments on commit c64473c

Please sign in to comment.