We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a64fa36 + 89fd0ac commit 7a737cfCopy full SHA for 7a737cf
js/render-google.js
@@ -227,6 +227,10 @@ var __visualizer_chart_images = [];
227
delete axis.viewWindow[property];
228
}
229
230
+
231
+ if(settings.hAxis && settings.hAxis.format == ''){
232
+ settings.hAxis.format = 'YYYY-MM-dd';
233
+ }
234
235
236
if(settings.hAxis){
@@ -235,9 +239,6 @@ var __visualizer_chart_images = [];
239
settings.hAxis.textStyle = {color: settings.hAxis.textStyle};
240
237
241
238
- if(settings.hAxis.format == ''){
- settings.hAxis.format = 'YYYY-MM-dd';
- }
242
243
244
if(settings.vAxis){
0 commit comments