Skip to content

Commit 89fd0ac

Browse files
Fix cypress error #865
1 parent aff4c3e commit 89fd0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/render-google.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ var __visualizer_chart_images = [];
228228
}
229229
}
230230

231-
if(settings.hAxis.format == ''){
231+
if(settings.hAxis && settings.hAxis.format == ''){
232232
settings.hAxis.format = 'YYYY-MM-dd';
233233
}
234234
}

0 commit comments

Comments
 (0)