Skip to content

Commit

Permalink
Sizes first
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Aug 14, 2015
1 parent 581207b commit 6510ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ def query_obj(self):
self.entity = request.args.get('entity')
self.series = request.args.get('series')
d['metrics'] = [
self.z_metric,
self.x_metric,
self.y_metric,
self.z_metric,
]
if not all(d['metrics'] + [self.entity, self.series]):
raise Exception("Pick a metric for x, y and size")
Expand Down

0 comments on commit 6510ee6

Please sign in to comment.