Merge "Showing Y axis without label"

This commit is contained in:
Jenkins 2014-08-01 15:52:47 +00:00 committed by Gerrit Code Review
commit d155f37d80

View File

@ -244,7 +244,7 @@ def query_data(request,
additional_query=None):
if not period:
period = _calc_period(date_from, date_to, 20)
period = _calc_period(date_from, date_to, 50)
if additional_query is None:
additional_query = []
if date_from:
@ -379,7 +379,8 @@ def create_json_output(series, start_datetime, end_datetime):
'auto_size': False,
'auto_resize': False,
'axes_x': False,
'axes_y': False,
'axes_y': True,
'axes_y_label': False,
},
}