Skip to content

Commit 0d88610

Browse files
Fix incorrect xaxis date issue Codeinwp/visualizer-pro#333
1 parent 5101349 commit 0d88610

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
@@ -229,7 +229,7 @@ var __visualizer_chart_images = [];
229229
}
230230

231231
if(settings.hAxis && settings.hAxis.format == ''){
232-
settings.hAxis.format = 'YYYY-MM-dd';
232+
settings.hAxis.format = 'yyyy-MM-dd';
233233
}
234234
}
235235

0 commit comments

Comments
 (0)