Google Charts Timeseries display of Date & Time

0
Hi all, For a graph of a timeseries we would like to shown Date & Time in the Google Charts object. Google decides when it shows just time (and no date) or date (and no times). For some reason we cannot figure it out using the documentation provided by Mendix or Google. Anybody ran into the same problem and can help out? Any help would be greatly appreciated. Regards Mark
asked
2 answers
0

Hi Mark,

Did you take a look at this piece of documentation? It's set in the options:

hAxis: {
  format: 'M/d/yy',
  gridlines: {count: 15}
},

 

answered
0

Thanks Willem,

I looked at that page too, but it was here I found my answer:

https://developers.google.com/chart/interactive/docs/reference#dateformatter 

You can use this in the Google Chart widget in Mendix to format the Axis.

Thanks again. Mark

answered