Skip to content

Commit

Permalink
Allowing TableViz to show time granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 12, 2016
1 parent 0e0ae7b commit 2b01340
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions panoramix/viz.py
Expand Up @@ -305,8 +305,6 @@ def query_obj(self):
if fd.get('all_columns'):
d['columns'] = fd.get('all_columns')
d['groupby'] = []
d['is_timeseries'] = False
d['timeseries_limit'] = None
return d

def get_df(self):
Expand Down Expand Up @@ -371,8 +369,6 @@ def query_obj(self):
raise Exception("groupby and columns can't overlap")

d['groupby'] = list(set(groupby) | set(columns))
d['is_timeseries'] = False
d['timeseries_limit'] = None
return d

def get_df(self):
Expand Down

0 comments on commit 2b01340

Please sign in to comment.