Skip to content

Commit

Permalink
Marking distribution as is_timeseries=False
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 8, 2015
1 parent bca1e15 commit 483935c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panoramix/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ class DistributionBarViz(HighchartsViz):
def query_obj(self):
d = super(DistributionBarViz, self).query_obj()
d['granularity'] = "all"
d['is_timeseries'] = False
return d

def render(self):
Expand All @@ -377,6 +378,7 @@ class DistributionPieViz(HighchartsViz):
def query_obj(self):
d = super(DistributionPieViz, self).query_obj()
d['granularity'] = "all"
d['is_timeseries'] = False
return d

def render(self):
Expand Down

0 comments on commit 483935c

Please sign in to comment.