Showing Y axis without label

Showing Y axis without label, so just the bordering lines.

Depends on Horizon patch:
https://review.openstack.org/110668

Change-Id: I2c78c3c8e3b4cdf41149c6f77c9d8f9cc762e3ce
This commit is contained in:
Ladislav Smola 2014-07-30 16:49:12 +02:00
parent e69092a9f9
commit 310f71744d

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,
},
}