Skip to content

Commit 6849bfa

Browse files
committed
fix(graph): fixes broken hide xaxis option
closes grafana#5024
1 parent c3f1d1a commit 6849bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/plugins/panel/graph/graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function (angular, $, moment, _, kbn, GraphTooltip) {
282282

283283
options.xaxis = {
284284
timezone: dashboard.getTimezone(),
285-
show: panel['x-axis'],
285+
show: panel.xaxis.show,
286286
mode: "time",
287287
min: min,
288288
max: max,

0 commit comments

Comments
 (0)