fix(graph): fixes broken hide xaxis option

closes #5024
This commit is contained in:
bergquist 2016-05-13 13:52:57 +02:00
parent c3f1d1a647
commit 6849bfae16

View File

@ -282,7 +282,7 @@ function (angular, $, moment, _, kbn, GraphTooltip) {
options.xaxis = { options.xaxis = {
timezone: dashboard.getTimezone(), timezone: dashboard.getTimezone(),
show: panel['x-axis'], show: panel.xaxis.show,
mode: "time", mode: "time",
min: min, min: min,
max: max, max: max,